Re: [PD] thoughts on Pd's networking framework

2010-05-25 Thread errordeveloper
well .. antennas are important btw .. but check how many networks are there in the area, then if you could find what channels they use try to use a channel with least number of networks ;) but if you still don't get it ..then something is crap. also try to setup a network between two machines

Re: [PD] loading an .aif file into an array

2010-05-25 Thread IOhannes m zmoelnig
On 2010-05-24 01:25, Camilo Cadavid Corredor wrote: read- resize camilocadavid/Secuencias/Bajo_fiesta1 80.aif Bajo Pd currently has no escape mechanism to write symbols containing spaces. therefore, don't use filenames containing spaces (unless you are prepared to do some trickery) fgmasdr

Re: [PD] loading an .aif file into an array

2010-05-25 Thread Derek Holzer
Or use [openpanel] get the file's location converted to a single symbol which [soundfiler] can use. For example, the following file loads fine with [openpanel] and [soundfiler]: /Volumes/one/derek/audio/84 endgroove.wav However sending the message read -resize /Volumes/one/derek/audio/84

Re: [PD] loading an .aif file into an array

2010-05-25 Thread jurgen
if you have tons of audio files and many contain spaces you can 'automate' the renaming process with some freeware, on the mac I use 'renamer4mac' which parses libraries even with nested folders and replaces spaces (if there are) by anything you chose. On May 25, 2010, at 8:09 PM, IOhannes m

Re: [PD] thoughts on Pd's networking framework

2010-05-25 Thread Thomas Grill
Hi all, from what i heard about experiences with the IEM CubeMixer system (with a lot of GUI-DSP communication between two PD processes) the fact that PD sends out network data packets in bursts seems to be problematic not only for WLAN but for the OS networking sockets (with limited buffer sizes)

Re: [PD] thoughts on Pd's networking framework

2010-05-25 Thread Mathieu Bouchard
On Mon, 24 May 2010, Ivica Ico Bukvic wrote: Using either off-the-shelf wifi hardware or an industrial strength wifi router (in our case Cisco), we get unexpected lag spikes on local WLAN with 16 clients at times even exceeding 2 seconds for some of the clients. Can you automate measurement

Re: [PD] loading an .aif file into an array

2010-05-25 Thread Mathieu Bouchard
On Tue, 25 May 2010, IOhannes m zmoelnig wrote: On 2010-05-24 01:25, Camilo Cadavid Corredor wrote: read- resize camilocadavid/Secuencias/Bajo_fiesta1 80.aif Bajo Pd currently has no escape mechanism to write symbols containing spaces. therefore, don't use filenames containing spaces

Re: [PD] loading an .aif file into an array

2010-05-25 Thread Mathieu Bouchard
On Tue, 25 May 2010, jurgen wrote: if you have tons of audio files and many contain spaces you can 'automate' the renaming process with some freeware, on the mac I use 'renamer4mac' which parses libraries even with nested folders and replaces spaces (if there are) by anything you chose. I

Re: [PD] thoughts on Pd's networking framework

2010-05-25 Thread IOhannes m zmoelnig
On 2010-05-25 16:38, Thomas Grill wrote: Hi all, If i were dependent on it, i would write a threaded networking external to circumvent PD networking functionality and find out whether this is the culprit. that's why there now is iemnet. first test showed that it is way faster than mrpeach's

[PD] [PD-announce] Pure Data Patching Circle in Bruxelles (about GEM)

2010-05-25 Thread Jack
Hello, Date: Sunday, 30 May, 2010 - 13:00 We'll focus on video and 3D : Jack from the RYBN collective (http://rybn.org) will come over to introduce us to GEM, one of the graphical libraries in PD, focussing on video and 3D generative synthesis. The goal is to create a thorough understanding of

[PD] Streaming GEM Visuals

2010-05-25 Thread Ben Baker-Smith
Hello, I'm looking for a software solution to converting GEM visuals to streaming video on the web. [gem2pdp] appears to be broken, so [pdp_theonice~] is out. I would like to do this on remote servers and virtual servers, so a hardware loop (video out, scan converter, video in) won't work. My

Re: [PD] earplug~ with other HRTF

2010-05-25 Thread Arxontis Politis
I haven't used earplug~ for a long time but if I remember correctly it was loading the HRIR coefficients from a text file, so you can probably replace them with your own set. Of course it has to be the same samplerate and length, and probably the same azimuth and elevations.. There are some other

Re: [PD] Streaming GEM Visuals

2010-05-25 Thread John Harrison
i use [gem2pdp] and works for me. WinXP and Linux. Pd-extended 41.4 I think... Make sure you are in the right colorspace. I remember some issues with that and [gem2pdp]... On Tue, May 25, 2010 at 11:32 AM, Ben Baker-Smith bbakersm...@gmail.comwrote: Hello, I'm looking for a software solution

[PD] PD Object Programming Workshop

2010-05-25 Thread Phillip Stearns
Hello PD-Users,Forgive me for the promotional posting but I believe this is 100% relevant to the PD community and those wishing to learn more about how to furrther customize and expand PD. For those of you in the New York City area interested in learning how to program objects for Pure Data, Tom

Re: [PD] Streaming GEM Visuals

2010-05-25 Thread Jack
I guess, there is also pdgst, but i never use it. IOhannes, is there a problem with the SVN repository ? I try with this adress : https://svn.umlaeute.mur.at/svnroot/zmoelnig/projects/pdgst/ but get svn: Could not open the requested SVN filesystem Any ideas ? ++ Jack Le mardi 25 mai 2010 à

Re: [PD] loading an .aif file into an array

2010-05-25 Thread Dan Wilcox
On May 25, 2010, at 4:40 PM, Mathieu Bouchard wrote: On Tue, 25 May 2010, IOhannes m zmoelnig wrote: On 2010-05-24 01:25, Camilo Cadavid Corredor wrote: read- resize camilocadavid/Secuencias/Bajo_fiesta1 80.aif Bajo Pd currently has no escape mechanism to write symbols containing

Re: [PD] Streaming GEM Visuals

2010-05-25 Thread Jose Luis Santorcuato
Yes de object [gem2pdp] works very fine...i dont have problemsand the streming... you need a server...thats all best regards José 2010/5/25 Jack j...@rybn.org I guess, there is also pdgst, but i never use it. IOhannes, is there a problem with the SVN repository ? I try with this

Re: [PD] Streaming GEM Visuals

2010-05-25 Thread Jose Luis Santorcuato
For linux maybe you need run in terminal: LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so pd In order to charge pd with video libraries... José 2010/5/25 Jose Luis Santorcuato santorcuat...@gmail.com Yes de object [gem2pdp] works very fine...i dont have problemsand the streming... you

Re: [PD] Streaming GEM Visuals

2010-05-25 Thread Ben Baker-Smith
Thanks for the responses everyone. I'm currently using Pd-extended 0.41.4 on Mac OS X, and have been unable to get [gem2pdp] working. The help patch doesn't work at all, though I was able to get a neat glitched image briefly (not doing anything different, just opening, closing, and resetting the

Re: [PD] Streaming GEM Visuals

2010-05-25 Thread Jose Luis Santorcuato
Which mac ? i have a blackbook santa rosa intel gma graphic card... and some patchs or programs like blender dont work...the graphic card sucks! Well José 2010/5/25 Ben Baker-Smith bbakersm...@gmail.com Thanks for the responses everyone. I'm currently using Pd-extended 0.41.4 on Mac OS X,

Re: [PD] Streaming GEM Visuals

2010-05-25 Thread John Harrison
Sorry obviously *not* WinXP but I do use it in Linux all the time. Ubuntu variants... On Tue, May 25, 2010 at 11:42 AM, John Harrison johnharrison...@gmail.comwrote: i use [gem2pdp] and works for me. WinXP and Linux. Pd-extended 41.4 I think... Make sure you are in the right colorspace. I

Re: [PD] loading an .aif file into an array

2010-05-25 Thread Mathieu Bouchard
On Tue, 25 May 2010, Dan Wilcox wrote: In this case, you'd use [camilocadavid/Secuencias/Bajo_fiesta1 80.aif | [rc-filename] | [read -resize $1 Bajo woops, sorry. I didn't put the table name separately (ouch) _ _ __ ___ _ _ _ ... | Mathieu