[PD] netsend / netreceive for string?

2010-01-08 Thread patrick
hi, i am using netsend / netreceive between 2 pd (gem / audio). i need to send a string like: [/home/me/sound.wav | [send audiofile $1 | [netsend 1] it's not working, what would be the trick here? pat ___ Pd-list@iem.at mailing list UNSUBSCRIBE

Re: [PD] netsend / netreceive for string?

2010-01-08 Thread Roman Haefeli
[symbol /home/me/sound.wav | [send audiofile $1 | [netsend 1] OR [/home/me/sound.wav | [symbol] | [send audiofile $1 | [netsend 1] OR [/home/me/sound.wav | [list] | [send audiofile $1 | [netsend 1] etc. ... roman Am 08.01.10 08:59 schrieb patrick unter pured...@11h11.com: hi, i am

Re: [PD] Installing PD on Linux: Addons? Colors? Interface?

2010-01-08 Thread Derek Holzer
Hello Meino, Right or CTL click any GUI element, and you will see the properties which you can use to change sizes, colors, etc. For a colored background, use the Put menu to place a canvas on the screen and change it's size and color. PD remembers the order in which things are placed in the

[PD] [PD-announce] Open Up-workshop on digital facades: collaborators needed (Madrid, Spain)

2010-01-08 Thread Medialab-Prado comunicacion
*Call for collaborators Open Up Workshop: projects for the digital façade of Medialab-Prado** * Deadline: *February 8, 2010 ** *Dates of the workshop: *February 9 through 23, 2010 *Venue: *Medialab-Prado* in Madrid (Spain) Join us for the Open Up international workshop! This event is focused

[PD] unsubscribe

2010-01-08 Thread Camille Robinson
, or in the path. -- next part -- A non-text attachment was scrubbed... Name: patch_bindings-plugin.tcl Type: application/octet-stream Size: 1266 bytes Desc: not available URL: http://lists.puredata.info/pipermail/pd-list/attachments/20100108/0b03f08d/attachment-0001.obj

Re: [PD] VST plugins in pd

2010-01-08 Thread Austin Huang
HCS - Point taken. I've spent a lot of time programming and performing my own interfaces and instruments in keykit and sync modular (as well as other music environments), so I understand the advantages of DIY... but I do think there's tremendous expressive power in being able to mix and match

Re: [PD] ornament sound

2010-01-08 Thread Max
Another approach without camera: 15c-snap-3d_wavetable.pd Description: Binary data BTW: The other files from this series are there: http://web.uni-weimar.de/medien/wiki/File:Audiovideo.zip Am 27.12.2009 um 15:21 schrieb Max: hi patrick! here is a version which works with images for

Re: [PD] Installing PD on Linux: Addons? Colors? Interface?

2010-01-08 Thread Fernando Gadea
Besides following Derek's instructions, if what you want is to change pd colors aiming for a more confortable canvas look while programming, you can take a look into the pd.tk file. In my Xubuntu version it is found in the folder /usr/lib/pd/bin Once inside there (edit pd.tk as a text file)

Re: [PD] netsend / netreceive for string?

2010-01-08 Thread Hans-Christoph Steiner
OR [/home/me/sound.wav | [cyclone/prepend send audiofile] | [netsend 1] OR [/home/me/sound.wav | [list prepend send audiofile] | [list trim] | [netsend 1] :) .hc On Jan 8, 2010, at 3:36 AM, Roman Haefeli wrote: [symbol /home/me/sound.wav | [send audiofile $1 | [netsend 1] OR

Re: [PD] Patching in fragments

2010-01-08 Thread Jonathan Wilkes
Cool. When I use the keyboard shortcut o, something seems different about [osc~] but I can't quite put my finger on it (see attached) :) Is there a way for the Tcl plugin to tell pd to use the key bindings only in editmode, and only when there isn't an active cursor in an object or message

Re: [PD] netsend / netreceive for string? SOLVED

2010-01-08 Thread patrick
i had to put [symbol] for the [netreceive] - [route] too. thanks! ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] Building Pd for Android

2010-01-08 Thread Hans-Christoph Steiner
Ok, made some progress on building Pd for Android. It builds fine, but its not quite working yet. But give it a shot and join in the fun: http://puredata.info/docs/developer/BuildingPdForAndroid .hc -- Hans-Christoph Steiner h...@at.or.at ___

Re: [PD] help browser rewrite

2010-01-08 Thread Kyle Klipowicz
I have one request, and that's one that fbar wrote about a while back. Is it possible to make the help menu keyboard-navigable? That would ease a lot of pains in using it. ~Kyle On Thu, Jan 7, 2010 at 5:23 PM, Hans-Christoph Steiner h...@at.or.atwrote: So I am in the midst of rewriting the

[PD] Jack ins and outputs

2010-01-08 Thread tdrecordable
Is there a way to make a jack specific output~ rather than dac~. If so would it possible create the jack port dynamically rather than setting outchannels flags at startup? ...oh yeah, on linux t ___ Pd-list@iem.at mailing list UNSUBSCRIBE and