Re: [PD] osx pduino: nothing works

2010-03-09 Thread Derek Holzer
Yes proper FTDI drivers installed. The Analog Firmata works, however the Standard Firmata is totally broken. D. On 3/9/10 4:27 PM, Greg Pond wrote: do you have the proper ftdi drivers installed? http://www.ftdichip.com/Drivers/VCP.htm good luck. On Tue, Mar 9, 2010 at 7:22 AM, Derek Holzer

[PD] selecting input with [midirealtimein]

2010-03-09 Thread Atte André Jensen
Hi I'm still trying to get [midirealtimein] going under linux. What I try to do is this: I have two applications that both sends out midi clock. I'd like to be able to select which applications midi clock I'm using in a third application. So the idea was to send the midi clocks to pd and use

[PD] osx pduino: nothing works

2010-03-09 Thread Derek Holzer
Hi all, I'm in the middle of a workshop right now, and nothing I planned works. All the users on OSX cannot use the Pduino objects. They all have latest Pd-Extended 0.41.4 and latest Pduino-0.5beta6. They have all successfully loaded the Standard-FirmataV2 (the Standard-Firmata is too big

[PD] [PD-announce] Pd-berlin meeting today

2010-03-09 Thread João Pais
Hello, next tuesday, 9th March, will be the fifth meeting of Pure Data users in Berlin at NK (http://www.nkprojekt.de/) - Elsenstr. 52, 2HH 2Etage. For more information, look up http://puredata.info/community/organization/pd-berlin/pd-berlin-users-group. We also encourage you to take an active

Re: [PD] how to receive ogg streams via http

2010-03-09 Thread Robin Gareus
Derek Holzer wrote: http://aug.ment.org/readanysf/index.php Thanks, works like a charm! Cheers! robin D. On 3/4/10 10:49 AM, Robin Gareus wrote: Is there an easy way of reading an icecast HTTP audio streams in PD? oggread~ does not accept URLs in the open message and when using a

[PD] Any experience with analog gamepad and [hid]?

2010-03-09 Thread Pierre Massat
Hi all! I was wondering if anybody could provide me with some feedback about any experience with a gamepad and [hid]. I use a DIY stompbox i made from a (very) cheap analog gamepad, and i am experiencing some trouble with the data i get from the analog potentiometers (i put one of them in an

Re: [PD] dsp help for tonestack

2010-03-09 Thread Frank Barknecht
Hallo, Dan Wilcox hat gesagt: // Dan Wilcox wrote: Can anyone give me a pointer on how to implement this function using rpole~, rzero~, etc:? y = 2 * (a * (x - x[-2]) + c * y[-1] - b * y[-2]) It's the transposed Direct Form II digital filter from dsp/TDFII.h This is a biquad filter, so you

Re: [PD] osx pduino: nothing works

2010-03-09 Thread Hans-Christoph Steiner
You need to match the versions of the Firmata on the Arduino and the Firmata on Pd. Also, you should not use Firmata from Arduino 0017, its buggy. Use Arduino 0018. For ATMEGA8 using OldStandardFirmata, but before uploading, change the baud rate in setup() to 57600. That's the only

Re: [PD] osx pduino: nothing works

2010-03-09 Thread Derek Holzer
Hey HC, yes I was religious about matching Firmatas between versions. I even had Koray here looking over my shoulder to see if I was doing anything stupid. He agreed that all versions of StandardFirmata we tried were buggy on OSX. We are using Arduino 18. I don't see OldStandardFirmata

[PD] reson~ from max in pd

2010-03-09 Thread Björn Lindig
Hi, a friend asked me, wether there is a object similar to the [fffb~] in max/msp (a fast fixed filter bank) in pd. I did not find it instantly so I started to build one after the formula posted in [reson~]s help in max: y[n] = gain * (x[n] - r * x[n-2]) + c1 * y[n-1] + c2 * y[n-2] I appended

Re: [PD] reson~ from max in pd

2010-03-09 Thread Hans-Christoph Steiner
Check the 'cyclone' lib, it has Max clones. I think there is at least one other reson~ included in Pd-extended. .hc On Mar 9, 2010, at 5:08 PM, Björn Lindig wrote: Hi, a friend asked me, wether there is a object similar to the [fffb~] in max/msp (a fast fixed filter bank) in pd. I did

Re: [PD] osx pduino: nothing works

2010-03-09 Thread Hans-Christoph Steiner
I just taught a class on Firmata/Pduino with 15 students on Mac OS X and it worked for all of them. If you think there is a bug, please do file a bug report. I am wrapping up everything for the Pduino 0.5 release, so it would be good to get more info to make sure it all works.

Re: [PD] file filters

2010-03-09 Thread Hans-Christoph Steiner
File a bug report with all relevant versions included, and en example patch is good. .hc On Mar 4, 2010, at 11:23 PM, colet.patr...@free.fr wrote: Hello, the pd-extended default file opening and saving on windows is max files, ..., !?? if i set file filters to .pd file, next time it

[PD] List of GEM objects

2010-03-09 Thread Ariane stolfi
hi I've made this patch with all the objects I've found in the list of objects from the GEM manual, http://finetanks.com/upload/gem_list.pd it might be usefull for someone =) ariane ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management

[PD] pix_film alpha

2010-03-09 Thread Martin Eckart
Hi all, I managed to compile gem with gmerlin and now it reads my MPNG film well, however, it still does not render with a transparent background. I have a series of png images which have the background removed in places so that whatever is underneath shows through. I've converted them to an

Re: [PD] Fontsizes

2010-03-09 Thread Hans-Christoph Steiner
I think I fixed this recently, try a recent build. .hc On Feb 26, 2010, at 11:30 PM, Jonathan Wilkes wrote: Same problem with small fonts on winxp with Pd version 0.42.5-extended 20100217 (audio menu, MIDI menu, properties dialogue, browser). -Jonathan --- On Sat, 2/27/10,

Re: [PD] List of GEM objects

2010-03-09 Thread Husk 00
Thanks Ariane I will use it with my students ;) abrazos husk On Wed, Mar 10, 2010 at 2:58 AM, Ariane stolfi arianesto...@gmail.comwrote: hi I've made this patch with all the objects I've found in the list of objects from the GEM manual, http://finetanks.com/upload/gem_list.pd it might be

Re: [PD] Fontsizes

2010-03-09 Thread meino . cramer
Hi hc, I am using Gentoo-Linux, where pd-extended is available as overlay only. So I tzhink, I have to patch these overlay's sources to get the inprovement you made (THANKS!:) From your point of view: What is the best way for me to update the overlay for Gentoo (and not to wait for others to do

Re: [PD] [print]

2010-03-09 Thread Hans-Christoph Steiner
Hmm, doesn't happen for me with Pd version 0.42.5-extended-20100224 .hc On Feb 23, 2010, at 10:43 AM, Matteo Sisti Sette wrote: Jonathan wrote: Hello, I'm using Pd version 0.42.5-extended-20100217 and see that an implicit float message is made explicit (e.g., 1 becomes float 1)

Re: [PD] osx pduino: nothing works

2010-03-09 Thread Derek Holzer
Where do I find the matching Pd Firmata objects for the Firmata in Arduino 18 then? Maybe all of this could be a bit better documented? ;-) D. On 3/10/10 1:17 AM, Hans-Christoph Steiner wrote: The vesrion of Firmata included in Arduino 0018 is the best one, but the one in Pduino-0.5beta6

Re: [PD] Fontsizes

2010-03-09 Thread Jonathan Wilkes
In winxp: Browser-- fine. Font menu, console buttons, iemgui properties dialogue, gatom properties dialogue, canvas dialogue, scalar dialogue buttons, Put menu array dialogue, find dialogue, File menu message-- still tiny. -Jonathan --- On Wed, 3/10/10, Hans-Christoph Steiner h...@at.or.at