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

2013-09-24 Thread Alexandre Torres Porres
White white.j...@gmail.com Hey Alexandre, This blog - EarLevel Engineeringhttp://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 2013 06:36, Alexandre Torres Porres por

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

2013-09-24 Thread Alexandre Torres Porres
the patch ;) thanks! 2013/9/24 Funs Seelen funssee...@gmail.com 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 number

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

2013-09-24 Thread Alexandre Torres Porres
funssee...@gmail.com 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 number by, for example, summing

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 por...@gmail.com 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 until i tried

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

2013-09-24 Thread Alexandre Torres Porres
], [u_bandpass], etc in rjlib https://github.com/rjdj/rjlib/tree/master/rj The [u_lowpass] etc objects calculate the given coefficients for biquad from the desired frequency and bandwidth ... On Sep 24, 2013, at 3:48 AM, pd-list-requ...@iem.at wrote: *From: *Alexandre Torres Porres por

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 mario...@gmail.com If i create [change] and send it a [0(, it outputs nothing. It seems like it has already the 0 value initiated. I

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 mario...@gmail.com 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

Re: [PD] gendy~

2013-09-23 Thread Alexandre Torres Porres
awesome, definitely using this! :) 2013/9/8 Pagano, Patrick p...@digitalworlds.ufl.edu 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]

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

2013-09-23 Thread Alexandre Torres Porres
/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, 2013 at 7:37 AM, Alexandre Torres Porres por...@gmail.com wrote: Hi there. So

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 funssee...@gmail.com On Mon, Sep 23, 2013 at 5:35 PM, Alexandre Torres Porres por...@gmail.com wrote: thanks, here's a pic of what I have so far https

[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

[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

[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 UNSUBSCRIBE

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

2013-09-12 Thread Alexandre Torres Porres
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~] or [cpole~] could do the job... but I'm not even close to figure

[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

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

[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,

[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] karplus drum?

2013-08-30 Thread Alexandre Torres Porres
/30 Jonathan Wilkes jancs...@yahoo.com 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 probably slapping on some

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 por...@gmail.com 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/forums/topic

Re: [PD] karplus drum?

2013-08-30 Thread Alexandre Torres Porres
tricks and tweaking the values so they sound more bizarre of course. cheers 2013/8/30 Alexandre Torres Porres por...@gmail.com here's the original paper by the way http://users.soe.ucsc.edu/~karplus/papers/digitar.pdf 2013/8/30 Alexandre Torres Porres por...@gmail.com Hi

Re: [PD] karplus drum?

2013-08-30 Thread Alexandre Torres Porres
, Ed Ninja Jamm - a revolutionary new music remix app from Ninja Tune and Seeper, for iPhone and iPad http://www.ninjajamm.com/ Gemnotes-0.2: Live music notation for Pure Data, now with dynamics! http://sharktracks.co.uk/ -- *From:* Alexandre Torres Porres

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 m...@ucsd.edu Hi all, Pd version 0.45-0 is available on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone

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 m...@ucsd.edu Hi all, Pd version 0.45-0 is available on http://crca.ucsd.edu/~msp/software.htm or via git from sourceforge: git clone

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 m...@ucsd.edu: 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

[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

[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

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 zmoel...@iem.at -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-07-18 09:03, Alexandre Torres Porres wrote: So I needed some

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 m...@ucsd.edu that's the loop~ object in extra. cheers Miller On Thu, Jul 04, 2013 at

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

2013-06-04 Thread Alexandre Torres Porres
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 por...@gmail.com One very big advantage on Linux is the possibility to run Pd with hassle-free jack I'm ok with soundflower for that matter

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

2013-06-01 Thread Alexandre Torres Porres
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

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

2013-05-31 Thread Alexandre Torres Porres
it says no bootable device - press any key KXstudio DreamStudio also burnt to CD/DVD and had the same issue. Whatever I have to do will work for them all I guess. Maybe that thing for dealing with the booting stuff on a mac that looks kind of a drag. thanks 2013/5/31 Alexandre Torres Porres

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

2013-05-31 Thread Alexandre Torres Porres
-on-retina.html Seems more easy and direct than the last link information. 2013/5/31 Alexandre Torres Porres por...@gmail.com it says no bootable device - press any key KXstudio DreamStudio also burnt to CD/DVD and had the same issue. Whatever I have to do will work for them all I guess. Maybe

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

2013-05-31 Thread Alexandre Torres Porres
/2013/02/installing-ubuntu-1304-on-retina.html Seems more easy and direct than the last link information. 2013/5/31 Alexandre Torres Porres por...@gmail.com it says no bootable device - press any key KXstudio DreamStudio also burnt to CD/DVD and had the same issue. Whatever I have to do

[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

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 por...@gmail.com Hi there, correct me if I'm

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 czhe...@gmail.com On Thu, May 30, 2013 at 3:43 PM, Alexandre Torres Porres por...@gmail.com

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

2013-05-30 Thread Alexandre Torres Porres
, 2013 5:49 PM, Alexandre Torres Porres por...@gmail.com 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 from Pd. 2013/5/30 Charles Z Henry czhe...@gmail.com On Thu

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 lorenzofsut...@gmail.com On 30/05/13 22:43, Alexandre Torres Porres wrote: Hi

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

2013-05-30 Thread Alexandre Torres Porres
2013/5/30 Alexandre Torres Porres por...@gmail.com 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 lorenzofsut...@gmail.com

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

2013-05-30 Thread Alexandre Torres Porres
... 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. 2) run in terminal: sudo apt-get install ardour3 3) it is! 2013/5/30 Alexandre Torres Porres por...@gmail.com cool, so

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

2013-05-30 Thread Alexandre Torres Porres
do. To install ardour: 1) Press Ctrl+Alt+T , it will open terminal. 2) run in terminal: sudo apt-get install ardour3 3) it is! 2013/5/30 Alexandre Torres Porres por...@gmail.com cool, so it seems I dont need to bother with hardcore configuring using a not so easy one like slackware

[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. But this is

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 megr...@gmail.com That's without dwc_otg.speed=1 added to /boot/cmdline.txt *m* On Apr 30, 2013, at 5:08 PM, Julian Brooks jbee...@gmail.com wrote: Blimey:) Could be really useful for workshops etc. £1.81 and

[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. But this is

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 zmoel...@iem.at 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

[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

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 por...@gmail.com For those who don't know: here means Brazil. 2013/4/1 Alexandre Torres Porres por...@gmail.com On that matter, why don't we start

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

2013-04-01 Thread Alexandre Torres Porres
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? On Sat, Mar 23, 2013 at 8:19 PM, Alexandre Torres Porres por...@gmail.comwrote: I was just gonna ask the same

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 por...@gmail.com 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 years for a bigger

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 jeffreyconcepc...@gmail.com 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 h...@at.or.atwrote: On 01/15/2013 12:44 PM, J Oliver wrote:

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 por...@gmail.comescreveu: 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

[PD] Fwd: SP-Brazil Meeting

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

[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.

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 megr...@gmail.com what would be the best practice for installing this? of course

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 emvive...@gmail.com Sorry... About 4:25 in this

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

2013-02-01 Thread Alexandre Torres Porres
]. 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 reduz...@gmail.com On Fre, 2013-02-01 at 02:58 -0200, Alexandre Torres Porres wrote: Hi there, I see now you can

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

2013-02-01 Thread Alexandre Torres Porres
2013/2/1 Simon Wise simonzw...@gmail.com 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

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

2013-01-31 Thread Alexandre Torres Porres
Torres Porres por...@gmail.com does it work for line input or just mic? thanks! Message: 1 Date: Wed, 30 Jan 2013 19:31:04 -0500 From: me.grimm megr...@gmail.com Subject: [PD] Working RPI Soundcards (was raspberry pi user experience) To: Peter P. p8...@aol.com Cc: Pd-list@iem.at

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 por...@gmail.com by the way, there's a list of peripherals here with some sound cards verified, I guess you people know about that :) http://elinux.org

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

2013-01-31 Thread Alexandre Torres Porres
/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 m On Thu, Jan 31, 2013 at 9:56 AM, Alexandre Torres Porres

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

2013-01-31 Thread Alexandre Torres Porres
, 2013 at 10:56 AM, Alexandre Torres Porres por...@gmail.com 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. Are you trying any of the cards from DealExtreme? cheers 2013/1/31

[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

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

2013-01-31 Thread Alexandre Torres Porres
-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 Torres Porres por

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

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 por...@gmail.com Hey, I'm having an annoying hard time with the find function. If I find something once, it's cool

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

2013-01-29 Thread Alexandre Torres Porres
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 Alexandre Torres Porres por...@gmail.com Hey, I'm having an annoying hard time with the find function. If I find

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

2013-01-28 Thread Alexandre Torres Porres
screen vnc thing... Have fun!! m On Jan 27, 2013, at 10:16 PM, Alexandre Torres Porres por...@gmail.com wrote: nice, that's one of the things that came uo, and apparently there's a nica guide on it: http://4dc5.com/2012/06/12/setting-up-vnc-on-raspberry-pi-for-mac-access/ that should do

[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] remote desktop on the Pi and other questions about it

2013-01-27 Thread Alexandre Torres Porres
, Alexandre Torres Porres por...@gmail.com 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 recommend for remote desktopping (controlling the Pi via a laptop, by having the laptop's keyboard/trackpad

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

2013-01-27 Thread Alexandre Torres Porres
. Then doing the share screen vnc thing... Have fun!! m On Jan 27, 2013, at 10:16 PM, Alexandre Torres Porres por...@gmail.com wrote: nice, that's one of the things that came uo, and apparently there's a nica guide on it: http://4dc5.com/2012/06/12/setting-up-vnc-on-raspberry-pi-for-mac-access

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 that

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 -

[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-list

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

2012-12-23 Thread Alexandre Torres Porres
...@ucsd.edu 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 and it really doesn't seem

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 por...@gmail.com it's at miller's page now: http

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

[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] DTMF recognition / Goertzel algorithm in Pd?

2012-12-09 Thread Alexandre Torres Porres
an external :-) cheers 2012/12/9 Alexandre Torres Porres por...@gmail.com 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

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

2012-12-08 Thread Alexandre Torres Porres
removed on Ted Apel's site http://crca.ucsd.edu/~tapel/software.html Am 08.12.2012 um 08:34 schrieb Alexandre Torres Porres por...@gmail.com: 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

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] graph on parent problem?

2012-12-07 Thread Alexandre Torres Porres
where the array doesn't draw while recording in 0.43. .hc On Dec 7, 2012, at 5:20 PM, Alexandre Torres Porres wrote: 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

[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

[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.

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 ___

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, but

[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

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 por...@gmail.com 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] 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

[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

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 m...@ucsd.edu 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: Hi there, [tabosc4

Re: [PD] Translating Puckette Lectures into Spanish

2012-10-07 Thread Alexandre Torres Porres
Hi, I assume you'll create some subtitles file formats or something, right? If so, I'd like to help and to the same work on the portuguese version after that. We can post them on youtube as well cheers We would like to publish them on december, so the translation work should be done in

[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

[PD] Brane-e, a beta release of my Live/Phase Vocoder patch update and bug report

2012-10-01 Thread Alexandre Torres Porres
Hi folks, So... I put out some PhaseVoc patches about 2/3 years ago. One Live (on the fly) and another version that loaded samples. Well, on top of that I built many things during my PhD, related to my research of course. I started calling it the brane. Since I delievered my revised PhD text

[PD] [PD-announce] Brane-e: a Sampler / Phase Vocoder / Autotuner / Harmonizer in Pd-Vanilla

2012-10-01 Thread Alexandre Torres Porres
Releasing an update to my Live Phase Vocoder/Sampler patch, all Pd-Vanilla, works better at version 0.42 (or Pd-Extended 0.42.5 as well). It has an Autotuner, a Harmonizer and other stuff. Check it out and Download at: https://docs.google.com/open?id=0B3AoiT0xk8fndm5VVDZoaDZuQlE thanks Alex

[PD] -nogui, no Pd, no way back?

2012-09-22 Thread Alexandre Torres Porres
hi there, I thought I'd see what this -nogui flag was about and now Pd doesn't run anymore, I have mac os 10.7, intel I re-downloaded, replaced it, but somehow this flag seems to remain there somewhere and it won't open again. I tried this with Pd and Pd-Extended, and even downloaded different

Re: [PD] -nogui, no Pd, no way back?

2012-09-22 Thread Alexandre Torres Porres
preferences. On Sat, Sep 22, 2012 at 5:20 PM, Alexandre Torres Porres por...@gmail.com wrote: hi there, I thought I'd see what this -nogui flag was about and now Pd doesn't run anymore, I have mac os 10.7, intel I re-downloaded, replaced it, but somehow this flag seems to remain there somewhere

Re: [PD] -nogui, no Pd, no way back?

2012-09-22 Thread Alexandre Torres Porres
. try erasing the plist file with its preferences. On Sat, Sep 22, 2012 at 5:20 PM, Alexandre Torres Porres por...@gmail.com wrote: hi there, I thought I'd see what this -nogui flag was about and now Pd doesn't run anymore, I have mac os 10.7, intel I re-downloaded, replaced

<    1   2   3   4   >