Re: [PD] how to use [tcpserver] in a non-OSC context?

2008-08-14 Thread Bryan Jurish
moin Martin, On 2008-08-14 00:51:53, Martin Peach [EMAIL PROTECTED] appears to have written: Bryan Jurish wrote: but I can't tell right now because they don't seem to be in my Pd 0.40.3-extended-20080719, or I'm not looking in the right place. looking at the debian-stable and debian-testing

Re: [PD] Pd-list Digest, Vol 41, Issue 37

2008-08-14 Thread Bruce LANE
Hi, I am interested in the samples for csoundapi~ Thanks Bruce Hi Mike, I use csoundapi~ a bit and it works fine for me. And yes, there is a more recent version; the current version in CVS takes MIDI commands, much like the corresponding object for MAX/MSP. I've prepared a few sample

Re: [PD] how to use [tcpserver] in a non-OSC context?

2008-08-14 Thread Mika Ristimäki
Hi, I don't know if this answers your question but PdMtlAbstractions have convert.pd2ascii and convert.ascii2pd abstractions that I have used to convert lists to ascii data and vice versa. Might be of help. The abstractions can be downloaded from http://wiki.dataflow.ws/PdMtlAbstractions.

Re: [PD] vst~ again Status and Questions

2008-08-14 Thread Lassi Nikko
Am 16.07.2008 um 21:47 schrieb Luigi Rensinghoff: But i cant get the edit window to work (on XP) Me neither and the plugins do have GUIs. Interestingly, the editor can be opened from vst~/Properties/Edit - Apply (although this hardly seems too convenient in the long run) Sending an edit

[PD] [OT] help needed with bash + ecasound

2008-08-14 Thread Derek Holzer
Dear list, I'm looking for someone who can help Soundtransit.nl with their knowledge of bash scripting and Ecasound. It will be a short job, and I'd like to offer a small reward for this person's services. Reply offlist. Thanks, Derek -- derek holzer ::: http://www.umatic.nl :::

Re: [PD] pd and CMask

2008-08-14 Thread Michal Seta
In addition, there is a CMask clone in Python, called pmask by Maurizio Umberto Puxeddu. Perhaps it would not be too difficult to wrap in pyext... http://pythonsound.sourceforge.net/ ./MiS On Mon, Aug 11, 2008 at 5:27 PM, Frank Barknecht [EMAIL PROTECTED] wrote: Hallo, chi ball hat gesagt:

[PD] pd and IFS

2008-08-14 Thread chi ball
Hi, is there a patch using Iterated Function Systems (IFS) ? Thank's, t. _ Messenger vuole te! Sei pronto? http://www.messenger.it___ Pd-list@iem.at mailing list UNSUBSCRIBE and

[PD] MIDI clkin and realtimein

2008-08-14 Thread Luigi Rensinghoff
Hi Dear List and Listers.. for the first time i do more with MIDI i checked some posts in the archive, but they are quite old... The Problem: I would like to sync PD to an incoming MIDI-Clock, and the best would be to route it through PD to the MIDI-Equipment ... Is that possible on OS X

Re: [PD] pd and CMask

2008-08-14 Thread bigswift
i have had very good look with pmask Michal Seta [EMAIL PROTECTED] wrote: In addition, there is a CMask clone in Python, called pmask by Maurizio Umberto Puxeddu. Perhaps it would not be too difficult to wrap in pyext... http://pythonsound.sourceforge.net/ ./MiS On Mon, Aug

[PD] decimal to binary number conversion

2008-08-14 Thread chi ball
Hi, is there an object in pd for convert decimal numbers into binary numbers ? (..and if possible also in other bases) Thank's, t. _ La strada migliore per andare in vacanza? Chiedila a Live Maps!

Re: [PD] pd and CMask

2008-08-14 Thread Mike McGonagle
On Thu, Aug 14, 2008 at 5:10 PM, [EMAIL PROTECTED] wrote: i have had very good look with pmask What were your impressions of it? Did you using it with Pd? Mike Michal Seta [EMAIL PROTECTED] wrote: In addition, there is a CMask clone in Python, called pmask by Maurizio Umberto

Re: [PD] decimal to binary number conversion

2008-08-14 Thread Claude Heiland-Allen
chi ball wrote: Hi, is there an object in pd for convert decimal numbers into binary numbers ? (..and if possible also in other bases) [div], [mod], [pack] for arbitrary numbers of digits you could use a loop with [list append] Thank's, t. Claude

Re: [PD] pd and IFS

2008-08-14 Thread Claude Heiland-Allen
chi ball wrote: Hi, is there a patch using Iterated Function Systems (IFS) ? You want to implement an IFS in Pd? I think that's a bad idea (unless you want it to be very slow, passing messages between different objects is not something you want to do 10+ times per frame). Having said

Re: [PD] decimal to binary number conversion

2008-08-14 Thread chi ball
I have succeeded with [div 2] [mod 2], was very simple.. :))) Thank's,t. Date: Thu, 14 Aug 2008 23:29:41 +0100 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: pd-list@iem.at Subject: Re: [PD] decimal to binary number conversion chi ball wrote: Hi, is there an object in pd for convert

Re: [PD] pd and IFS

2008-08-14 Thread chi ball
Thank's, I have interest mainly in a fractal music, more than in graphic, so would be sufficient a numerical output. t. _ Date: Thu, 14 Aug 2008 23:43:16 +0100 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: pd-list@iem.at Subject: Re: [PD] pd and IFS chi ball

Re: [PD] pd and IFS

2008-08-14 Thread Jack
There is a good example from Cyrille using IFS to draw fractal very fast with GLSL under GEM but i can't find it. You need a good GPU because with my GeForce FX Go5200 on PB G4 it doesn't work (but no problem on MacPro). I tried to draw fractals with 'common ways' (using Pd and GEM - 50

Re: [PD] pd and IFS

2008-08-14 Thread marius schebella
chi ball wrote: Thank's, I have interest mainly in a fractal music, more than in graphic, so would be sufficient a numerical output. t. mybe this is useful for you, too (from the pd archive). http://lists.puredata.info/pipermail/pd-list/attachments/20061209/18949493/linden-0001.tgz marius.

Re: [PD] pd and IFS

2008-08-14 Thread marius schebella
marius schebella wrote: chi ball wrote: Thank's, I have interest mainly in a fractal music, more than in graphic, so would be sufficient a numerical output. t. mybe this is useful for you, too (from the pd archive).