Re: [PD] bang vs empty list

2013-03-04 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-03-01 18:03, Ivica Bukvic wrote: This makes perfect sense. However, I have at least a couple of patches where I have a select connected to a networked stream of messages one which includes bang. So after I have to appied IOhannes' patch,

[PD] playing sound files

2013-03-04 Thread Peter O'Doherty
Hi list, What is the best way of playing (long) sound files and visualising the waveform and position in the file? A combination of soundfiler, phasor, arrays and a hslider? Or a version using readsf? Many thanks, Peter -- //= - Peter O'Doherty -

Re: [PD] file format for GEM

2013-03-04 Thread Stephan Elliot Perez
I am using pix_film to play back the files, do I need to use another object? I ask because when I send the messages auto -1, 1 or 2 into the first inlet, the playback is always the same (1), and if I send auto .5, it turns off (as with 0). On Sun, Mar 3, 2013 at 8:45 PM, chris clepper

Re: [PD] help with pd error

2013-03-04 Thread Hans-Christoph Steiner
It looks like the Gem model loading error message is somehow being executed by Pd. That's an odd one. Can you narrow it down? Can you provide a working example so that I can reproduce this on my machine? .hc On 03/04/2013 11:16 AM, Patrick Pagano wrote: This pd extended 0.43-4 Ubuntu 64

Re: [PD] help with pd error

2013-03-04 Thread Hans-Christoph Steiner
Also, does this file exist: /home/shree/Desktop/vj-live2 (1)/models/atom.mtl .hc On 03/04/2013 11:49 AM, Hans-Christoph Steiner wrote: It looks like the Gem model loading error message is somehow being executed by Pd. That's an odd one. Can you narrow it down? Can you provide a working

[PD] pix_freenect external compiled for windows

2013-03-04 Thread me.grimm
does anyone have pix_freenect (of fux_kinect?) compiled for windows they could send me? I have a student wanting to use a kinect on a windows system with pd. m ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] file format for GEM

2013-03-04 Thread chris clepper
Use the 'rate $1' message to change the playback speed. On Mon, Mar 4, 2013 at 11:31 AM, Stephan Elliot Perez dreamoftheshoreofanotherwo...@gmail.com wrote: I am using pix_film to play back the files, do I need to use another object? I ask because when I send the messages auto -1, 1 or 2 into

Re: [PD] help with pd error

2013-03-04 Thread Patrick Pagano
i guess i could remove the links in the .objs that reference the .mtls but this is wierd that it is generatingthe error when i click on a hradio selector. On 03/04/2013 11:53 AM, Hans-Christoph Steiner wrote: Also, does this file exist: /home/shree/Desktop/vj-live2 (1)/models/atom.mtl

Re: [PD] help with pd error

2013-03-04 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-03-04 18:29, Patrick Pagano wrote: i guess i could remove the links in the .objs that reference the .mtls but this is wierd that it is generatingthe error when i click on a hradio selector. could you post the patch? could you try tunning

Re: [PD] help with pd error

2013-03-04 Thread Patrick Pagano
After adding -stderr flag to pd-extended, i cannot seem to replicate the error again? weird scenes inside the coalmine. On 03/04/2013 12:40 PM, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-03-04 18:29, Patrick Pagano wrote: i guess i could remove the links

Re: [PD] completion-plugin in pd-extended

2013-03-04 Thread yvan volochine
hi João! On 03/03/13 17:19, João Pais wrote: I have a windows and mac (powerpc) machine in my room, sharing the same keyboard and mouse. is that enough for debugging? sure if you can help, feel free to test and report bugs to me! there is still this issue with pd-vanilla[1], which should be

Re: [PD] help with pd error

2013-03-04 Thread Thomas Mayer
On 04.03.2013 18:56, Patrick Pagano wrote: After adding -stderr flag to pd-extended, i cannot seem to replicate the error again? weird scenes inside the coalmine. Actually, that is pretty normal, as starting Pd with -stderr does not post anything to the Pd console (which is parsed in Tcl), but

Re: [PD] [announce] [pd-fileutils] released, a command-line tool for managing pd files

2013-03-04 Thread Jamie Bullock
On 1 Mar 2013, at 15:34, s p seb...@gmail.com wrote: Actually I've had a crappy demo of patching in the browser running for quite a while now : http://funktion.fm/webpd/demos/simple-gui/simple-gui.html It works (not so well in Firefox, but in chromium it's fine). Wow! That's

Re: [PD] pd-l2ork feedback

2013-03-04 Thread András Murányi
On Mon, Mar 4, 2013 at 5:02 AM, Ivica Ico Bukvic i...@vt.edu wrote: Attached is the diff for mknob.c to make it accelerated. Attached is also binary version of mknob.pd_linux (64-bit) (not sure if this one will go through, though). Oh. http://www.youtube.com/watch?v=OmBxVfQTuvI :op As

Re: [PD] [announce] [pd-fileutils] released, a command-line tool for managing pd files

2013-03-04 Thread s p
Hi Jamie, The audio is not streamed to the browser! WebPd is an implementation of Pure Data in JavaScript, so the browser itself produces the sound (link here : https://github.com/sebpiq/WebPd) . Since a couple of years, thanks to a new standard called Web Audio API, it is pretty easy to achieve

Re: [PD] pd on ios: new app

2013-03-04 Thread Igor Medeiros
there's a new version with pd console - anyone using it? is there a guide to this new version anywhere? On Mon, Feb 11, 2013 at 8:36 AM, Òscar Martínez Carmona xamp...@gmail.comwrote: Nice! I'll give it a go soon! El dilluns 11 de febrer de 2013, hans w. koch ha escrit: just stumbled

Re: [PD] [announce] [pd-fileutils] released, a command-line tool for managing pd files

2013-03-04 Thread Scott R. Looney
hey sebi - is this the one using WebAudio and not sink.js? also do you have [lop~ ] and [tabread4~] and the others you mentioned on the roadmap implemented? scott On Mon, Mar 4, 2013 at 1:28 PM, s p seb...@gmail.com wrote: Hi Jamie, The audio is not streamed to the browser! WebPd is an

Re: [PD] help with pd error

2013-03-04 Thread Pagano, Patrick
It was driving me batty. From: pd-list-boun...@iem.at [pd-list-boun...@iem.at] on behalf of Thomas Mayer [tho...@residuum.org] Sent: Monday, March 04, 2013 3:19 PM To: pd-list@iem.at Subject: Re: [PD] help with pd error On 04.03.2013 18:56, Patrick Pagano

Re: [PD] wireless audio from Pd to PA system (katja)

2013-03-04 Thread katja
Sending Pd-audio over Wifi would have the advantage that no extra gear is needed at the transmitter side, simplifiying the setup of a wearable live performance computer. Therefore this would be the method of my preference, if it is possible at all. This weekend I did some experiments with

[PD] [PD-announce] Concordia Laptop Orchestra and Acoustic Friends - Liveware! This Thursday (March 7th @ 7P)

2013-03-04 Thread eldad tsabary
Concordia Laptop Orchestra and Acoustic Friends - Liveware! Thursday, March 7th, 2013 @ 19:00 Concordia Music Department John Molson School of Business 1450 Guy St., 8th floor, room 245 Also webcast (see below) Free admission! This Thursday at 7 PM, come join Concordia Laptop

Re: [PD] wireless audio from Pd to PA system (katja)

2013-03-04 Thread chris clepper
On Mon, Mar 4, 2013 at 6:41 PM, katja katjavet...@gmail.com wrote: If further experiments are promising enough, I would try this board for the receiver: https://www.olimex.com/Products/OLinuXino/A13/A13-OLinuXino-WIFI/ I have been running Pd on this board for a few weeks now. In general,

Re: [PD] [announce] [pd-fileutils] released, a command-line tool for managing pd files

2013-03-04 Thread s p
Yes! It uses sink.js! But sink.js uses WebAudio API when it can. The synthesis is made in JavaScript, not in Audio API (yet!). However, I have big plans of refactoring the whole stuff to be all Web Audio API! I started `pd-fileutils` as part of this refactor : I want to separate components to make

Re: [PD] wireless audio from Pd to PA system (katja)

2013-03-04 Thread katja
Hi Chris, thanks for your advice. You're right, Chinese manufacturers are generally not supportive to open source, which is a pity as they are designing and producing most of the hardware today. Katja On Tue, Mar 5, 2013 at 6:43 AM, chris clepper cgclep...@gmail.com wrote: On Mon, Mar 4, 2013