[PD] pd-msg, toggle weirdness

2015-07-04 Thread Aykut Caglayan via Pd-list
Dear Pd’ers, I’m trying to create dynamically (w/ pd-msg) toggle objects each having its own send symbols, but the send route doesn’t work unless I right-click on it and see the properties window; after opening/closing the properties windows it starts working fine. any idea how to overcome

Re: [PD] compiling externals for pd on OS X yosemite

2015-07-04 Thread IOhannes m zmölnig
On 07/04/2015 03:21 PM, Alexandre Matheson wrote: Hello list, I’m following a pdf tutorial a pdf tutorial??? on creating externals for PD and I'm compiling using gcc and the terminal. I believe there is another step afterward to get pd to recognize the object as an external but I can’t

Re: [PD] pd-msg, toggle weirdness

2015-07-04 Thread IOhannes m zmölnig
On 07/04/2015 06:35 PM, Aykut Caglayan via Pd-list wrote: Dear Pd’ers, I’m trying to create dynamically (w/ pd-msg) toggle objects each having its own send symbols, why do you think this ought to work? iemguis *require* either **no** or their **full** arguments to be set when created to

Re: [PD] externals in lua

2015-07-04 Thread Forrest Curo
[I see I was replying to Claude earlier. He says I shouldn't send proposed improvements to him alone, but to the list, in particular MrPeach, who maintains the distribution. So: ] Adding a couple comments to the source (?), I suggest: -- --

Re: [PD] pd-msg, toggle weirdness

2015-07-04 Thread Aykut Caglayan via Pd-list
Hey Jack, many thanks as I see now, I was doing it with wrong message format, i.e. ; obj 10 10 toggle send symbol send_name On 4 Jul 2015, at 18:16, pd-list-requ...@lists.iem.at wrote: It is working fine on Linux. An exemple is attached to this email. What is your configuration (pd

Re: [PD] compiling externals for pd on OS X yosemite

2015-07-04 Thread Dan Wilcox
They have? https://github.com/pure-data/pd-lib-builder https://github.com/pure-data/pd-lib-builder and a helloworld https://github.com/pure-data/helloworld example Dan Wilcox @danomatika https://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com

[PD] compiling externals for pd on OS X yosemite

2015-07-04 Thread Alexandre Matheson
Hello list, I’m following a pdf tutorial on creating externals for PD and I'm compiling using gcc and the terminal. I believe there is another step afterward to get pd to recognize the object as an external but I can’t seem to find the info for os X. gcc -c helloworld.c -o helloworld.o ld

Re: [PD] compiling externals for pd on OS X yosemite

2015-07-04 Thread Antoine Villeret
Hi, .pd_linux is the extension for Linux. Try with .pd_darwin After that, launch pd with -verbose option. It should display all the paths where it search a candidate when you add a box. ++ A Le sam. 4 juil. 2015 15:22, Alexandre Matheson alexandre.mathe...@gmail.com a écrit : Hello list,

[PD] externals in lua

2015-07-04 Thread Forrest Curo
When I use the example lreceive.pd_lua to produce [lreceive poo], it won't receive. Messages from [lsend poo] and [send poo] are both picked up by [r poo], but the lreceive just sits there. Anyone have a guess what's going on? ___ Pd-list@lists.iem.at

Re: [PD] externals in lua

2015-07-04 Thread Claude Heiland-Allen
Hi Forrest, On 04/07/15 17:43, Forrest Curo wrote: When I use the example lreceive.pd_lua to produce [lreceive poo], it won't receive. Messages from [lsend poo] and [send poo] are both picked up by [r poo], but the lreceive just sits there. Anyone have a guess what's going on? [lreceive]

Re: [PD] pd-msg, toggle weirdness

2015-07-04 Thread Jack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It is working fine on Linux. An exemple is attached to this email. What is your configuration (pd version and OS) ? ++ Jack Le 04/07/2015 18:35, Aykut Caglayan via Pd-list a écrit : Dear Pd’ers, I’m trying to create dynamically (w/ pd-msg)