Re: [PD] from poles/zeros to biquad coefficients - how to? (something like max's z-plane)

2013-09-24 Thread Alexandre Torres Porres
hey, starting to see what you mean much more clear, cool, really excited. Thanks a lot! 2013/9/24 Alexandre Torres Porres > so you're basically saying all i need to use is use only the real part, > right? > > my frankenstein was working and alive for several times u

Re: [PD] from poles/zeros to biquad coefficients - how to? (something like max's z-plane)

2013-09-24 Thread Alexandre Torres Porres
Seelen wrote: > >> On Tue, Sep 24, 2013 at 2:50 PM, Alexandre Torres Porres < >> por...@gmail.com> wrote: >> >>> one doubt emerges really soon anyway. Since they are complex (there are >>> two coordinate numbers for each pole and zero) how do I get only one

Re: [PD] from poles/zeros to biquad coefficients - how to? (something like max's z-plane)

2013-09-24 Thread Alexandre Torres Porres
patch ;) thanks! 2013/9/24 Funs Seelen > On Tue, Sep 24, 2013 at 2:50 PM, Alexandre Torres Porres > wrote: > >> one doubt emerges really soon anyway. Since they are complex (there are >> two coordinate numbers for each pole and zero) how do I get only one number >>

Re: [PD] from poles/zeros to biquad coefficients - how to? (something like max's z-plane)

2013-09-24 Thread Alexandre Torres Porres
3/9/24 Joe White > Hey Alexandre, > > This blog - EarLevel > Engineering<http://www.earlevel.com/main/2003/02/28/biquads/> - > really helped with my understanding of poles/zeros and biquads. Hope it's > useful! > > Cheers, > Joe > > > On 24 September 2

Re: [PD] from poles/zeros to biquad coefficients - how to? (something like max's z-plane)

2013-09-24 Thread Alexandre Torres Porres
one doubt emerges really soon anyway. Since they are complex (there are two coordinate numbers for each pole and zero) how do I get only one number by, for example, summing or multiplying one pole to the other? as in: *b1* = -(P0 + P1) *b2* = (P0*P1) cheers! 2013/9/24 Alexandre Torres Porres

Re: [PD] from poles/zeros to biquad coefficients - how to? (something like max's z-plane)

2013-09-24 Thread Alexandre Torres Porres
can see. > > Regards, > --Funs > > > On Tue, Sep 24, 2013 at 7:36 AM, Alexandre Torres Porres > wrote: > >> for what i see, it's not some sort of straight formula, right? seems a >> bit more complicated than that. >> >> cheers >

Re: [PD] from poles/zeros to biquad coefficients - how to? (something like max's z-plane)

2013-09-23 Thread Alexandre Torres Porres
for what i see, it's not some sort of straight formula, right? seems a bit more complicated than that. cheers 2013/9/23 Funs Seelen > On Mon, Sep 23, 2013 at 5:35 PM, Alexandre Torres Porres > wrote: > >> >> thanks, here's a pic of what I have so far &

Re: [PD] from poles/zeros to biquad coefficients - how to? (something like max's z-plane)

2013-09-23 Thread Alexandre Torres Porres
eTools (http://kmt.hku.nl/~pieter/SOFT/RESP/html/PoZeTools.html). > It's great software by Pieter Suurmond. He's the one who taught me filter > design and he probably has some info about Z-transform on his website as > well. > > Regards, > --Funs > > > On Mon, Sep 23, 201

Re: [PD] gendy~

2013-09-23 Thread Alexandre Torres Porres
awesome, definitely using this! :) 2013/9/8 Pagano, Patrick > Thank YOU > -- > *From:* Matthias Kronlachner [m.kronlach...@gmail.com] > *Sent:* Sunday, September 08, 2013 7:02 AM > *To:* Pagano, Patrick > *Cc:* pd-list > *Subject:* Re: [PD] gendy~ > > Hi! >

Re: [PD] PLEASE HELP WITH EQ BUILDING

2013-09-23 Thread Alexandre Torres Porres
lots of stuff in here https://github.com/dotmmb/mmb 2013/9/23 Mario Mey > Good thread about EQ: http://puredata.hurleur.com/sujet-1687.html > > > > El 22/09/13 15:19, Luca Mani escribió: > > Hello does anybody knows how to build a 3 bands eq with the following > adjustable parameters: FREQUEN

Re: [PD] [change] bug?

2013-09-23 Thread Alexandre Torres Porres
that's the way it works alright. If your first value sent to it is zero, just initialize it with some other value as the argument cheers 2013/9/23 Mario Mey > If i create [change] and send it a [0(, it outputs nothing. It seems like > it has already the 0 value initiated. > > I think [change]

[PD] from poles/zeros to biquad coefficients - how to? (something like max's z-plane)

2013-09-22 Thread Alexandre Torres Porres
Hi there. So, I've been studying a lot about filters, and I'm doing this clone of max's z-plane in Pd. I hope anyone can help me guide where to find how to convert the values of the complex poles and zeros to biquad coefficients. I really needed that... Sorry if I missed it in Miller's book or so

[PD] GUI malfunctioning pd extended 0.43 and vanilla 0.45 / bug?

2013-09-18 Thread Alexandre Torres Porres
Hi there, I've been abusing and creating some animations and GUI functionality from regular vanilla pacthes (without data structures). This following one (a sinusoid animation) works really well on Pd Extended 0.42.5, but it starts getting "jumpy" on extended 0.43, and even more jumpy on vanilla 0

Re: [PD] is there a way to implement [lop~] with raw filters?

2013-09-12 Thread Alexandre Torres Porres
> of zero to get a pure low-pass) : H11.shelving.pd > > cheers > Miller > > On Thu, Sep 12, 2013 at 04:24:43PM -0300, Alexandre Torres Porres wrote: > > Hi there, since it says [lop~] is a "one pole" filter, I was wondering if > > using objects like [rpole

[PD] is there a way to implement [lop~] with raw filters?

2013-09-12 Thread Alexandre Torres Porres
Hi there, since it says [lop~] is a "one pole" filter, I was wondering if using objects like [rpole~] or [cpole~] could do the job... but I'm not even close to figure out if yes or not and why... anyone? thanks ___ Pd-list@iem.at mailing list UNSUBSCRIB

[PD] max/pd which is the "right" biquad~ ?

2013-09-01 Thread Alexandre Torres Porres
While in the biquad subject, max to pd translating, I learned that the order and values of coefficients in both don't match... I checked mmb's patches and I see they match pd's native biquad~, but both don't agree to max... Max does suggest a different order of the coefficients in its help file, b

Re: [PD] filtercoeff~ / filtergraph~ in Pd?

2013-09-01 Thread Alexandre Torres Porres
Awesome work, and I see the filterview is based on mike's stuff. Cool. But I'm not sure how this GUI works, if it's buggy or not, but once I click in the filterview graph I can't stop controlling it... I was hoping that I could click to start controlling and then click agan to stop it, but it does

[PD] filtercoeff~ / filtergraph~ in Pd?

2013-09-01 Thread Alexandre Torres Porres
Hi there, now that someone gave me a Max license and I'm translating some patches to Pd, I guess I'm gonna start bugging you guys a lot asking for equivalent objects in Pd ;) And here I ask about [filtercoeff~] and [filtergraph~]... Based on filtergraph~, filtercoef~ calculates filter coefficient

Re: [PD] karplus drum?

2013-08-30 Thread Alexandre Torres Porres
ta, now with dynamics! > http://sharktracks.co.uk/ > > -- > *From:* Alexandre Torres Porres > *To:* Jonathan Wilkes > *Cc:* pd-lista puredata > *Sent:* Saturday, 31 August 2013, 5:38 > > *Subject:* Re: [PD] karplus drum? > > I'm not

Re: [PD] karplus drum?

2013-08-30 Thread Alexandre Torres Porres
.aiff what interests me, nevertheless, is learning new tricks and tweaking the values so they sound more bizarre of course. cheers 2013/8/30 Alexandre Torres Porres > here's the original paper by the way > > http://users.soe.ucsc.edu/~karplus/papers/digitar.pdf > > &

Re: [PD] karplus drum?

2013-08-30 Thread Alexandre Torres Porres
here's the original paper by the way http://users.soe.ucsc.edu/~karplus/papers/digitar.pdf 2013/8/30 Alexandre Torres Porres > Hi. There is a modification to the algorithm that makes it sound more like > a drum. Here's a topic about it > > > http://cycling74.com/fo

Re: [PD] karplus drum?

2013-08-30 Thread Alexandre Torres Porres
013/8/30 Jonathan Wilkes > On 08/30/2013 05:04 PM, Alexandre Torres Porres wrote: > > hi there, anyone knows of a drum made of karplus strong implemented in Pd? > > > What kind of drum? For a snare it's just a matter of choosing a > low-enough frequency, > then pr

[PD] karplus drum?

2013-08-30 Thread Alexandre Torres Porres
hi there, anyone knows of a drum made of karplus strong implemented in Pd? thanks ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] [PD-announce] pd 0.45-0 released

2013-08-25 Thread Alexandre Torres Porres
anyone else having GUI trouble seeing sliders and number boxes move/change values? i'm on mac os 10.7.5 cheers 2013/8/23 Miller Puckette > Hi all, > > Pd version 0.45-0 is available on http://crca.ucsd.edu/~msp/software.htm > or via git from sourceforge: > git clone git://git.code.sf.net/p/

Re: [PD] [PD-announce] pd 0.45-0 released

2013-08-23 Thread Alexandre Torres Porres
> Objects/messages/comments have settable box widths. hi there, please, how can I use this new feature? I didn't get it. cheers 2013/8/23 Miller Puckette > Hi all, > > Pd version 0.45-0 is available on http://crca.ucsd.edu/~msp/software.htm > or via git from sourceforge: > git clone git://git

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread Alexandre Torres Porres
hi there, looks like awesome updates!!! how is the max version of pd~ coming up by the way? cheers 2013/8/18, Miller Puckette : > OK .. this and Jaime's other report (x labels not updating when resize > table > using [array size] should now be fixed in git (to appear in 'test 2 later - > first

[PD] order of audio connections (BUG???)

2013-08-11 Thread Alexandre Torres Porres
Hi there, I was making some tests and saw that the order that you make audio connections or create tilde~ objects make a difference, and this affects when we're using [s~] / [r~]. The idea I had is that no matter what was going on, the sends and receives would ALWAYS be in sync with the audio cone

Re: [PD] Dust equivalent to Pd

2013-07-18 Thread Alexandre Torres Porres
I meant like an external, but just curious, cause it could be cool to have one. But I dont really mind doing like this. Thanks 2013/7/18 IOhannes m zmoelnig > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2013-07-18 09:03, Alexandre Torres Porres wrote: > > > &g

[PD] Dust equivalent to Pd

2013-07-18 Thread Alexandre Torres Porres
Hi there, started using Super Collider recently and been trying to implement some of its stuff in Pd. they have this random impulse generator, and they use impulse as sort of "bangs". So they're like metros. Impulse.kr(1) is like [metro 1000] Now Dust.kr(1) generates the impulses randomly, but t

Re: [PD] phasor~: change freq on wraparound

2013-07-04 Thread Alexandre Torres Porres
I guess [loop~] doesn't solve what Orm wants, because it automatically changes the frequency and also complains about a dsp loop if you try to solve it with [samphold~] cheers 2013/7/4 Miller Puckette > that's the loop~ object in extra. > > cheers > Miller > On Thu, Jul 04, 2013 at 09:20:27PM +

Re: [PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-06-03 Thread Alexandre Torres Porres
u need a realtime kernel, you can install easily. All these 3 distros > are Ubuntu 12.04 LTS based. > > With Jack, at now, I don't have problems using Shumamis Linux Light. > > Regards > > > 2013/5/30 Alexandre Torres Porres > >> > One very big advantage on Linux

Re: [PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-06-01 Thread Alexandre Torres Porres
2013 22:43, schrieb Alexandre Torres Porres: > >> Hi there, correct me if I'm wrong, but it seems Pd runs smoother in Linux >> than in any other OS, is that right? >> >> Perhaps some of you have run benchmarks for it with the same machine and >> diferente Operation

Re: [PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-05-31 Thread Alexandre Torres Porres
> > > On Fri, May 31, 2013 at 6:56 PM, Alexandre Torres Porres > wrote: > >> cool you're coming! >> >> by the way, mine is a macbook air, mid 2011 >> >> cheers >> >> 2013/5/31 Esteban Viveros >> >>> Ok.. Ubuntu have opti

Re: [PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-05-31 Thread Alexandre Torres Porres
;> >> If it's possible, you can try this tutorial: >> http://randomtutor.blogspot.com.br/2013/02/installing-ubuntu-1304-on-retina.html >> >> Seems more easy and direct than the last link information. >> >> >> >> >> 2013/5/31 Alexandre Torres Porr

Re: [PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-05-31 Thread Alexandre Torres Porres
Alexandre Torres Porres > hmm, no luck > > well, the instructions don't cover macs, and only talk about a > installation from a pen drive with a windows software (it's ok, I got > parallels, but I don't have a big enough pen drive). I tried using the > software to bur

Re: [PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-05-30 Thread Alexandre Torres Porres
2013/5/30 Esteban Viveros >>> >>>> Sorry... Reply all... >>>> >>>> Ok.. Shumamis don't have Ardour pre installed, I use it in music and >>>> tecnology workshops I do. >>>> >>>> To install ardour: >>>> >&

Re: [PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-05-30 Thread Alexandre Torres Porres
steban Viveros > >> Sorry... Reply all... >> >> Ok.. Shumamis don't have Ardour pre installed, I use it in music and >> tecnology workshops I do. >> >> To install ardour: >> >> 1) Press Ctrl+Alt+T , it will open terminal. >> >>

Re: [PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-05-30 Thread Alexandre Torres Porres
ltime kernel, you can install easily. All these 3 >> distros are Ubuntu 12.04 LTS based. >> >> With Jack, at now, I don't have problems using Shumamis Linux Light. >> >> Regards >> >> >> 2013/5/30 Alexandre Torres Porres >> >

Re: [PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-05-30 Thread Alexandre Torres Porres
> One very big advantage on Linux is > the possibility to run Pd with hassle-free jack I'm ok with soundflower for that matter, although jack is more powerful than soundflower... thanks 2013/5/30 Lorenzo Sutton > On 30/05/13 22:43, Alexandre Torres Porres wrote: > >>

Re: [PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-05-30 Thread Alexandre Torres Porres
ay 30, 2013 5:49 PM, "Alexandre Torres Porres" > wrote: > >> > If you don't need cutting edge software and kernels >> >> I just need Pd :-) >> >> And maybe some audio software (DAW) running free plugins to interact with >> the noise coming

Re: [PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-05-30 Thread Alexandre Torres Porres
> If you don't need cutting edge software and kernels I just need Pd :-) And maybe some audio software (DAW) running free plugins to interact with the noise coming from Pd. 2013/5/30 Charles Z Henry > > > > On Thu, May 30, 2013 at 3:43 PM, Alexandre Torres Porres > wr

Re: [PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-05-30 Thread Alexandre Torres Porres
By the way, someone gave me the idea that slackware is the top hardcore one... ("best"?). Meaning you can teak it and get the best perfomrance results. Though I fear it can be a nightmare to run it on a mac... cheers 2013/5/30 Alexandre Torres Porres > Hi there, correct me if I&#x

[PD] linux best for pd? / "best linux" for Pd? / On a Mac?

2013-05-30 Thread Alexandre Torres Porres
Hi there, correct me if I'm wrong, but it seems Pd runs smoother in Linux than in any other OS, is that right? Perhaps some of you have run benchmarks for it with the same machine and diferente Operational Systems. I was curious to try myself. Now, is there a "best linux" for Pd? Maybe one that a

Re: [PD] [helmholtz~]

2013-05-26 Thread Alexandre Torres Porres
on another laptop, but the > frequency conversion is the same. it's a straight copy from the gr-300 > principle. > > cheers, simon > > > > > > > On May 25, 2013, at 10:32 PM, Alexandre Torres Porres > wrote: > > sounds interesting, where is it? > cheers

Re: [PD] [helmholtz~]

2013-05-25 Thread Alexandre Torres Porres
sounds interesting, where is it? cheers 2013/2/14 Simon Iten > hi phil, > > what are you trying to do? do you need midi from your electric bass? or > just a way to make a synth in pd? > i ask because i built a gr-300 emulation for bass that works very well and > with almost no latency. you can d

Re: [PD] first exercise with data structures

2013-05-25 Thread Alexandre Torres Porres
t getting myself involved with it indeed. But any guiding help is appreciated ;) cheers 2013/5/25 Jonathan Wilkes > > ------ > *From:* Alexandre Torres Porres > *To:* Jonathan Wilkes > *Cc:* Roman Haefeli ; pd-list > *Sent:* Saturday, May 25, 2013 1

Re: [PD] first exercise with data structures

2013-05-24 Thread Alexandre Torres Porres
> They are _extremely_ limited with the current implementation. what do you mean by that? cheers 2013/5/24 Jonathan Wilkes > Here's a quickly made approach that uses quanta syntax and checks > for mouse manipulations from the outlet of [struct]. > > I wouldn't recommend spending too much time

Re: [PD] Cheap audio USB device with Raspberry PI -- works!

2013-05-20 Thread Alexandre Torres Porres
; I didn't see a post by André but yes, he told me the > 'dwc_otg.speed=1 added to /boot/cmdline.txt' had no effect. > > ttys, > > a > > Le 2013-05-04 18:48, Alexandre Torres Porres a écrit : > > Yeah, Deal Extreme, Great, Free Shipping to Brazil :) > >

[PD] [PD-announce] Ringtone - Amplitude Modulation Sequencer in Pd

2013-05-04 Thread Alexandre Torres Porres
Hi there, I'm releasing a simple vanilla patch. I stole the idea from http://www.youtube.com/watch?v=LT5-yXaLpwA Here's the patch, which does more stuff... https://sites.google.com/site/porres/ringtone.zip I got more ideas that I wanna implement later, as well as some enhancements. B

Re: [PD] Cheap audio USB device with Raspberry PI -- works!

2013-05-04 Thread Alexandre Torres Porres
Yeah, Deal Extreme, Great, Free Shipping to Brazil :) 2013/4/30 me.grimm > That's without dwc_otg.speed=1 added to /boot/cmdline.txt > > *m* > > On Apr 30, 2013, at 5:08 PM, Julian Brooks wrote: > > Blimey:) > > Could be really useful for workshops etc. > £1.81 and free shipping to U.K (ta

[PD] Ringtone - Amplitude Modulation Sequencer in Pd

2013-05-04 Thread Alexandre Torres Porres
Hi there, I'm releasing a simple vanilla patch. I stole the idea from http://www.youtube.com/watch?v=LT5-yXaLpwA Here's the patch, which does more stuff... https://sites.google.com/site/porres/ringtone.zip I got more ideas that I wanna implement later, as well as some enhancements. B

Re: [PD] Dspstate~ in puredata

2013-04-30 Thread Alexandre Torres Porres
hmm, what other info you can get from [r pd]? tnx 2013/4/28 IOhannes zmölnig > On 04/28/2013 03:14 PM, Olivier Baudry wrote: > >> dear all >> >> Is there any equivalent of Dspstate~ in puredata? >> >> > > i don't know [Dspstate~], care to explain what and where it is? > > in the meantime, you co

[PD] batteries for audio cards

2013-04-26 Thread Alexandre Torres Porres
hey folks, anyone have recomendations for battery packs for audio cards? wanna try some stuff going mobile, anybody doing that? Looking for some high capacity for my multiface/RME (takes 9-.12V, 2A) thanks ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] the next PdCon in...

2013-04-18 Thread Alexandre Torres Porres
Hi there, the silence about this is kinda worrying me. Seems to me we may pass on this year, right? cheers 2013/4/1 Alexandre Torres Porres > For those who don't know: "here" means Brazil. > > > 2013/4/1 Alexandre Torres Porres > >> On that matter, why do

Re: [PD] the next PdCon in...

2013-04-01 Thread Alexandre Torres Porres
For those who don't know: "here" means Brazil. 2013/4/1 Alexandre Torres Porres > On that matter, why don't we start discussing this. What I have to ask is, > how good or bad can it be that the conventions start coming yearly but > smaller? Is it better to wait 2-3

Re: [PD] the next PdCon in...

2013-04-01 Thread Alexandre Torres Porres
ia-pgh.com/ > > So we should decide whether that sounds workable, or whether we should just > focus all efforts on getting a full pdcon next year. > > .hc > > On 03/26/2013 10:33 AM, Epic Jefferson wrote: > > No answer?! Who is organizing? > > > > > > O

Re: [PD] the next PdCon in...

2013-03-23 Thread Alexandre Torres Porres
I was just gonna ask the same again :) 2013/3/23 Epic Jefferson > Has there been any progress on the date? and if the pd-con will be in > Pittsburgh? > > > On Tue, Jan 15, 2013 at 3:49 PM, Hans-Christoph Steiner wrote: > >> On 01/15/2013 12:44 PM, J Oliver wrote: >> >>> first week of October >>

[PD] Fwd: SP-Brazil Meeting

2013-03-14 Thread Alexandre Torres Porres
another one next saturday :) -- Mensagem encaminhada -- De: Alexandre Torres Porres Data: 28 de fevereiro de 2013 17:46 Assunto: SP-Brazil Meeting Para: pd-lista puredata , pd-annou...@iem.at Hi there, we're starting to organize some meetings on art software/hardware much

Re: [PD] SP-Brazil Meeting

2013-03-14 Thread Alexandre Torres Porres
another one next saturday :) Em 28 de fevereiro de 2013 17:46, Alexandre Torres Porres escreveu: > Hi there, we're starting to organize some meetings on art > software/hardware much like in the sense of the Patching Circles here > announced, but not only devoted to "patch

[PD] SP-Brazil Meeting

2013-02-28 Thread Alexandre Torres Porres
Hi there, we're starting to organize some meetings on art software/hardware much like in the sense of the Patching Circles here announced, but not only devoted to "patching" like in Pd/Max, thus including text coding like Supercolider and also other environments like Processing and Arduino, etc. N

Re: [PD] Range Slider Object

2013-02-04 Thread Alexandre Torres Porres
Have you solved it with the "range x y" message? That's all you need, so it seems. Nice to see all the options here anyway, I had done something similar for my sampler patch, now I'll also include this idea. cheers 2013/2/3 Esteban Viveros > Sorry... > > About 4:25 in this video: http://www.y

Re: [PD] [PD-announce] Pd vanilla 0.44-2 (update to fix denormal behavior for Raspberry Pi)

2013-02-04 Thread Alexandre Torres Porres
> how difficult to just get this version in the raspian > repo so we can all just do apt-get? that's a good one since that's as far as my linux expertise goes so far, the RPI is my first linux ;) 2013/2/3 me.grimm > what would be the best practice for installing this? > > of course i could cd /

Re: [PD] Working RPI Soundcards (was raspberry pi user experience)

2013-02-01 Thread Alexandre Torres Porres
2013/2/1 Simon Wise > They are needed on the Pi ... there is no analogue input and the built-in > analogue out is very poor, hence you need some external USB card to do more > than use the stereo digital audio part of the HDMI output. > Sure, but besides that, I'm just wondering and asking how i

Re: [PD] change sample rate from patch and learn sample rate from file

2013-02-01 Thread Alexandre Torres Porres
filer]. At least [readsf~] since its sibling [writesf~] gets a flag to tell about the file sample rate, how complicated or doable would that be miller? thanks 2013/2/1 Roman Haefeli > On Fre, 2013-02-01 at 02:58 -0200, Alexandre Torres Porres wrote: > > Hi there, I see now you can easl

Re: [PD] Working RPI Soundcards (was raspberry pi user experience)

2013-01-31 Thread Alexandre Torres Porres
ilt-in the CPU or something like that, hence no proper videocard. I figure the RPI has gotta be something like that. So, does it mean a macbook pro or other laptop / computer with some badass video processor or card can run the patches better even with same clock? thanks 2013/2/1 Alexandre Tor

[PD] change sample rate from patch and learn sample rate from file

2013-01-31 Thread Alexandre Torres Porres
Hi there, I see now you can easliy change pd's sample rate from preferences while the patches are running, this is a new thing, isn't it? anyway, can you change the sample rate from patch via messages? And also, can you learn, somehow, the sample rate from a sound file? Other softwares seem to do

Re: [PD] Working RPI Soundcards (was raspberry pi user experience)

2013-01-31 Thread Alexandre Torres Porres
use it in my class > > m > > On Thu, Jan 31, 2013 at 10:56 AM, Alexandre Torres Porres > wrote: > > That's great, can't wait till you try them all, it'd be just too > expensive > > for me to import them all and try here, so I'll wait for the winner.

Re: [PD] Working RPI Soundcards (was raspberry pi user experience)

2013-01-31 Thread Alexandre Torres Porres
> yes! i know of this > http://elinux.org/RPi_VerifiedPeripherals#USB_Sound_Cards but not all > of these test well with pd i am assuming by all the recent sound card > crackling probs. also there are more that have not been tested or/and > have been but not listed here im sure > >

Re: [PD] Working RPI Soundcards (was raspberry pi user experience)

2013-01-31 Thread Alexandre Torres Porres
sorry, i've mistaken logitech and logilink for the same think, they are both "logi", but different brands 2013/1/31 Alexandre Torres Porres > by the way, there's a list of peripherals here with some sound cards > verified, I guess you people know about tha

Re: [PD] Working RPI Soundcards (was raspberry pi user experience)

2013-01-31 Thread Alexandre Torres Porres
Alexandre Torres Porres > does it work for line input or just mic? > thanks! > > Message: 1 >> Date: Wed, 30 Jan 2013 19:31:04 -0500 >> From: "me.grimm" >> Subject: [PD] Working RPI Soundcards (was raspberry pi user >> experience

Re: [PD] [PD-announce] Pd-extended 0.43.4 released!

2013-01-29 Thread Alexandre Torres Porres
nctionalities? > > best, > > Ángel > > On 29/01/2013, at 23:51, Alexandre Torres Porres wrote: > > I didnt mean just "once". I meant like, if I browse throughout the patch > getting all mathces once, it is fine. If I go for it again, nope... > > 2013/1/29

Re: [PD] [PD-announce] Pd-extended 0.43.4 released!

2013-01-29 Thread Alexandre Torres Porres
I didnt mean just "once". I meant like, if I browse throughout the patch getting all mathces once, it is fine. If I go for it again, nope... 2013/1/29 Alexandre Torres Porres > Hey, I'm having an annoying hard time with the "find" function. If I find > something o

Re: [PD] [PD-announce] Pd-extended 0.43.4 released!

2013-01-29 Thread Alexandre Torres Porres
Hey, I'm having an annoying hard time with the "find" function. If I find something once, it's cool, but if I try to find the same thing again, it doesn't do that. Anyone else? sorry for not finding this issue earlier. ___ Pd-list@iem.at mailing list UNS

Re: [PD] remote desktop on the Pi and other questions about it

2013-01-28 Thread Alexandre Torres Porres
uto connect on > boot to my local network. Then doing the "share screen" vnc thing... > > Have fun!! > > m > > > On Jan 27, 2013, at 10:16 PM, Alexandre Torres Porres > wrote: > > nice, that's one of the things that came uo, and apparently there's

Re: [PD] remote desktop on the Pi and other questions about it

2013-01-27 Thread Alexandre Torres Porres
having it auto connect on > boot to my local network. Then doing the "share screen" vnc thing... > > Have fun!! > > m > > > On Jan 27, 2013, at 10:16 PM, Alexandre Torres Porres > wrote: > > nice, that's one of the things that came uo, and apparent

Re: [PD] remote desktop on the Pi and other questions about it

2013-01-27 Thread Alexandre Torres Porres
your finder side bar. > > Hope that helps! > M > > > On Jan 27, 2013, at 7:40 PM, Alexandre Torres Porres > wrote: > > Hello Pi people, I just got one of these to mess with, getting it to run > the OS was very simple, need help with other stuff. > > What do you recom

[PD] remote desktop on the Pi and other questions about it

2013-01-27 Thread Alexandre Torres Porres
Hello Pi people, I just got one of these to mess with, getting it to run the OS was very simple, need help with other stuff. What do you recommend for remote desktopping (controlling the Pi via a laptop, by having the laptop's keyboard/trackpad as input and getting the screen to show what's going

Re: [PD] The third Japanese Pd-Book will be released on Feb.4.2013

2013-01-16 Thread Alexandre Torres Porres
Congrats Chikashi, with that many japanese books around, I say it's time PdCon goes to Asia :) cheers ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Pd-list Digest, Vol 94, Issue 68

2013-01-15 Thread Alexandre Torres Porres
> My guess is that its Sept 30 thru Oct 5th, but I'll double-check. > > .hc > nice, there is this noise in music conference in the UK just then, but I'd ditch it for PdCon. But I'd like to know ASAP so I don't bother applying for it (deadline is 21st now). I agree 1st week is kinda useless and th

Re: [PD] the next PdCon in...

2013-01-14 Thread Alexandre Torres Porres
Hey guys, sorry to bother, but have you made progress closing on the date? Any idea? I'd like to keep it agenda as soon as it's confirmed. thanks Alex ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/list

[PD] suggestion: set array's format (poligon/points) via messages

2013-01-07 Thread Alexandre Torres Porres
hi there, would it be too complicated to do that? I could benefit from it ;) thanks Alex ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] the next PdCon in...

2013-01-03 Thread Alexandre Torres Porres
> > cool! driving distance!! > m > And accessible by land from São Paulo too, maybe the brazilian gang can hitchhike or something. count us in ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-

Re: [PD] pd~ for MAX/MSP - is it for real?

2012-12-23 Thread Alexandre Torres Porres
kette > HI Alexandre - > > I mean to try to figure this out but want to get the next Pd release out > first :) > > Miller > ` > On Sat, Dec 22, 2012 at 05:13:01PM -0200, Alexandre Torres Porres wrote: > > Hi, sorry to insist on this, but I think it is important a

Re: [PD] pd~ for MAX/MSP - is it for real?

2012-12-22 Thread Alexandre Torres Porres
Hi, sorry to insist on this, but I think it is important and it really doesn't seem to be working inside max... anyway, I made a bug report to Pd, please let me know if this will be checked out. thanks 2012/12/8 Alexandre Torres Porres > it's at miller's page now: http://cr

Re: [PD] GUI overload

2012-12-16 Thread Alexandre Torres Porres
nice topic; these things happen to me too. Audio is prioritized and GUI gets messy. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] DTMF recognition / Goertzel algorithm in Pd?

2012-12-09 Thread Alexandre Torres Porres
ld make an external :-) cheers 2012/12/9 Alexandre Torres Porres > Hi there, a friend is looking for a way to do DTMF recognition in Pd. I > know there is this Goertzel algorithm < > http://en.wikipedia.org/wiki/Goertzel_algorithm> and I wonder if anyone > has already implemen

[PD] DTMF recognition / Goertzel algorithm in Pd?

2012-12-09 Thread Alexandre Torres Porres
Hi there, a friend is looking for a way to do DTMF recognition in Pd. I know there is this Goertzel algorithm < http://en.wikipedia.org/wiki/Goertzel_algorithm> and I wonder if anyone has already implemented something about it in PD. Maybe some other option? thanks Alex __

Re: [PD] pd~ for MAX/MSP - is it for real?

2012-12-08 Thread Alexandre Torres Porres
on Ted Apel's site > http://crca.ucsd.edu/~tapel/software.html > > Am 08.12.2012 um 08:34 schrieb Alexandre Torres Porres : > > > Hello, how's it going? > > > > Recently I thought this computer music course and told MAX users they > could open Pd in it w

[PD] pd~ for MAX/MSP - is it for real?

2012-12-07 Thread Alexandre Torres Porres
Hello, how's it going? Recently I thought this computer music course and told MAX users they could open Pd in it with the [pd~] object for MAX. We just couldn't make it happen. I don't have MAX, but I had tried a while ago without success either, thinking I might have been doing something wrong.

[PD] mac os annoyingly oppening previously openned patch

2012-12-07 Thread Alexandre Torres Porres
hey mac users, this has been bugging me for a while. Is it only me or since Lion (I'm using 10.7.5) it annoyingly oppens the previously openned patch everytime you open Pd? How to get rid of this thing? thanks ___ Pd-list@iem.at mailing list UNSUBSCRIB

Re: [PD] graph on parent problem?

2012-12-07 Thread Alexandre Torres Porres
well, I hadn't, but yeah!! Thanks :D let me know when you nail the remaining issue please 2012/12/8 Hans-Christoph Steiner > > Hey Porres, > > Have you tried a recent build? I fixed some the issues from your patch, so > LPVoc-help.pd now works. I'm still looking at th

Re: [PD] graph on parent problem?

2012-12-07 Thread Alexandre Torres Porres
wel... I've been reporting similar issues, and it's getting worse with 043 versions. Definetly something worth debugging. cheers > I have an array in a subpatch, when I applied graph-on-parent property to > the subpatch (to view the array which holds sound so could be fairly > large) Pd didn't

Re: [PD] Live phase modulation (Charles Henry)

2012-11-28 Thread Alexandre Torres Porres
Go for the ssb example (H09) it uses the hilbert transform to do a complex modulation. It's a frequency shifter (not a pitch shifter) but it works for this kind of modulation. You may also use some other pitch shifter as well for that. Cheers ___ Pd-l

Re: [PD] windowing extended objetcs, mistakes on help files and how to make them into vanilla patches

2012-10-28 Thread Alexandre Torres Porres
> I suggest that the bugs are in the > descriptions rather than the objects yep, that is what I meant. It's actually no bug then, just some descriptive mistake, easily correctable by altering the comments in the help files. I was trying to get a hold of the author in here to warn him about it, bu

Re: [PD] windowing extended objetcs, mistakes on help files and how to make them into vanilla patches

2012-10-16 Thread Alexandre Torres Porres
seem to have nailed the gaussian window, but with different width values than the object. 2012/10/16 Alexandre Torres Porres > Hi there, I was studying the window functions for FFT, so I was trying to > build into vanilla pacthes the window functions that come on Pd-Extended > [

[PD] windowing extended objetcs, mistakes on help files and how to make them into vanilla patches

2012-10-16 Thread Alexandre Torres Porres
Hi there, I was studying the window functions for FFT, so I was trying to build into vanilla pacthes the window functions that come on Pd-Extended [windowing] package. I got to do them all, but kaiser~ and gaussian~ Do any of you feel capable to perform this ver nerdy taks? Well, anyway, here are

Re: [PD] tabreceive, method for what? Can it set tables?

2012-10-12 Thread Alexandre Torres Porres
hmm, what is it for then? Can we use it in earlier versions if we know what it is? A. 2012/10/12 Miller Puckette > This was an accidental omission -it's already fixed in 0.44 :) > > Miller > > On Fri, Oct 12, 2012 at 09:18:18PM -0300, Alexandre Torres Porres wrote: > >

[PD] tabreceive, method for what? Can it set tables?

2012-10-12 Thread Alexandre Torres Porres
Hi there, [tabosc4~] can set tables via a set message into an inlet. [tabreceive~] has an inlet but it doesn't say what it is for. It'd be good if you could set different tables in it. Is it possible? it says it has no method for 'set', and also no bang/float, whatever... Cheers

[PD] normalizing hann window

2012-10-12 Thread Alexandre Torres Porres
hi there, in pd's examples, we need to divide by (3/2 * window size) in a 4 overlap on a hann window. what about other overlaps, what is the normalizing factor? and how about other windows? I looked for this info on books and google and stuff, found nothing. Engineers, please help. thanks Alex

[PD] what is "use callbacks" anyway?

2012-10-07 Thread Alexandre Torres Porres
and how does it really work? Google didnt tell me, perhaps you guys can Thanks A ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

<    1   2   3   4   5   >