Re: [PD] Switching Between Multiple Patches for Installation

2012-03-15 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-03-14 22:38, Dafydd Hughes wrote: On Wed, Mar 14, 2012 at 5:30 PM, Jonathan Wilkes jancs...@yahoo.com wrote: If your patch is named foo.pd, send a vis 1 message to it to give the window the focus, like this: [vis 1( | [pd-foo.pd]

Re: [PD] porting a Pd patch to Max license issues

2012-03-15 Thread Bryan Jurish
moin Marco, sounds like a case for the system library exception to me; see here: http://www.gnu.org/licenses/gpl-faq.html#GPLIncompatibleLibs ... my take is that for a (Pd|Max|...) patch, the dataflow interpreter (Pd, Max, or what have you) represents the required system library for use of

Re: [PD] porting a Pd patch to Max license issues

2012-03-15 Thread Marco Donnarumma
thanks for the hint Bryan, that might apply. In this case, porting the code to Max or Max4Live is not legal, unless I specify an additional exception for it, is it correct? so now, to make it spicier, I found this FAQ: ~ If a library is released under the GPL (not the LGPL), does

Re: [PD] porting a Pd patch to Max license issues

2012-03-15 Thread Marco Donnarumma
On Thu, Mar 15, 2012 at 11:05 AM, Marco Donnarumma de...@thesaddj.comwrote: thanks for the hint Bryan, that might apply. In this case, porting the code to Max or Max4Live is not legal, unless I specify an additional exception for it, is it correct? so now, to make it spicier, I found this

Re: [PD] Re : store and manipulate multiple lists

2012-03-15 Thread Andy Farnell
Yes of course. Once you can sort items of any type you can sort aggregate items, structs, sublists or whatever on one of their elements. Its a little messy in Pd. The best way might be to use pointers and try to do the classic Kernighan and Richie head swap thing but I have no idea how to

Re: [PD] store and manipulate multiple lists

2012-03-15 Thread Lorenzo Sutton
On 14/03/12 23:04, Benoît Fortier wrote: Hi everybody, I need to store multiple lists of numbers in a text file in a specific order : the first number of each list must be ascending, from the first line of the text file to the last. The problem is this : my patch outputs the lists in an

Re: [PD] porting a Pd patch to Max license issues

2012-03-15 Thread Bryan Jurish
moin Marco, disclaimer i'm not a lawyer and have never even played one on TV. whatever assertions i make in the sequel regarding the GPL and its consequences may be wildly off the mark. /disclaimer ... that said, i *have* spent a lot of time dissecting the GPL recently for my employer (an

Re: [PD] porting a Pd patch to Max license issues

2012-03-15 Thread Lorenzo Sutton
On 15/03/12 12:07, Marco Donnarumma wrote: On Thu, Mar 15, 2012 at 11:05 AM, Marco Donnarumma de...@thesaddj.com mailto:de...@thesaddj.com wrote: ... I found this FAQ: ~ If a library is released under the GPL (not the LGPL), does that mean that any software

[PD] Patching Circle this Monday

2012-03-15 Thread sonia yuditskaya
Patching Circle This Monday March 19 at 319 Scholes! 319 Scholes Street, Brooklyn NY 11206 6-9 pm We will expunge the mysteries of the DMX Shield for Arduino and play around with More telephone sounds. Come tqke qdvqntqge of the venue space, engage in some live jams, or just come by to hang

[PD] Re : store and manipulate multiple lists

2012-03-15 Thread Benoît Fortier
My problem is similar to your case b. Maybe I shoud mention at this point that the lists are midi messages, and the first number of each lists are timestamps. I'm looking for a solution within pd. I shall have a look at all your suggestions, they look all very good. The [coll] object seems to

Re: [PD] Switching Between Multiple Patches for Installation

2012-03-15 Thread Hans-Christoph Steiner
Here's how I did it, I have a web interface that controls which of the patches is running: .hc 1515sound.tar.bz2 Description: BZip2 compressed data On Mar 14, 2012, at 4:44 PM, Tyler Leavitt wrote: Hello all, So I have around 8 generative patches/static compositions that I want to

Re: [PD] Re : store and manipulate multiple lists

2012-03-15 Thread Lorenzo Sutton
On 15/03/12 14:57, Benoît Fortier wrote: My problem is similar to your case b. Maybe I shoud mention at this point that the lists are midi messages, and the first number of each lists are timestamps. Did you have a look at qlist? I'm looking for a solution within pd. I shall have a look at

Re: [PD] Switching Between Multiple Patches for Installation

2012-03-15 Thread Dafydd Hughes
That's very elegant! I did a little test last night and [;pd-subpatch vis 0 works for me. Just don't run the metro so fast you can't grab focus in the control window *and* turn it off:) On Thu, Mar 15, 2012 at 10:01 AM, Hans-Christoph Steiner h...@at.or.at wrote: Here's how I did it, I have a

[PD] nonlocal naming scheme

2012-03-15 Thread Jonathan Wilkes
Hello, I had another thread where I used my canvas get method to hide $0 in s/r pairs in an abstraction and make it possible to more easily specify the scope of a variable using two abstractions named [to] and [from]. Now I'm extending that concept to nonlocal signal objects: s~/r~ and

[PD] iem_bin_ambi confusion

2012-03-15 Thread Iain Mott
Hi List, I may be completely confused about this - but does iem_bin_ambi decode ambisonic-encoded material as a binaural signal? If so, does anyone have any example of its use beyond the help files available in Pd? I'm not able to work out how to use it. I have an ambisonic project in which i'm

Re: [PD] Switching Between Multiple Patches for Installation

2012-03-15 Thread Billy Stiltner
Sounds like a winner to me. At one point I had things working with no audio dropouts but then all of a sudden on some patches particularly ones that have a) unresolved sends/receives b) mouse input from gem or via canvas dragging in editable window I get clicks in the audio just by moving the

Re: [PD] Switching Between Multiple Patches for Installation

2012-03-15 Thread Billy Stiltner
forgot to mention that minimiiziing pd and controling from html5canvas/javascript/javaudp does not cause dropouts. also if only using pd to send something else makiing the sound there are no dropouts. iits probably just something i'm overlooking. On Thu, Mar 15, 2012 at 8:34 PM, Billy

Re: [PD] Patching Circle this Monday

2012-03-15 Thread Richie Cyngler
Hey Sofy, I'm trying to set up a patching circle in Melbourne Australia (found a great venue today). I really like the text you have here can I use some of it please? Power to patchers! thanks On Fri, Mar 16, 2012 at 12:24 AM, sonia yuditskaya marysgh...@gmail.comwrote: Patching Circle This

Re: [PD] Patching Circle this Monday

2012-03-15 Thread Hans-Christoph Steiner
Who's bringing the beer? I'll bring some :-D She based it off of the text that I often used, which is a group effort, so its all about the mix-n-match! Please do use it! .hc On Mar 15, 2012, at 9:46 PM, Richie Cyngler wrote: Hey Sofy, I'm trying to set up a patching circle in Melbourne

Re: [PD] porting a Pd patch to Max license issues

2012-03-15 Thread Simon Wise
On 15/03/12 17:34, Bryan Jurish wrote: ... my take is that for a (Pd|Max|...) patch, the dataflow interpreter (Pd, Max, or what have you) represents the required system library for use of that patch, so the copyleft doesn't kick in. If you're the copyright holder, you can also always add

Re: [PD] porting a Pd patch to Max license issues

2012-03-15 Thread Simon Wise
On 15/03/12 20:48, Bryan Jurish wrote: so now, to make it spicier, I found this FAQ: ~ If a library is released under the GPL (not the LGPL), does that mean that any software which uses it has to be under the GPL or a GPL-compatible license?