[PD] pd-msg redraw after patch clear?

2011-05-03 Thread Jeppi Jeppi
Hi all,I am playing a bit with the pd-msg system, for a dynamic GUI loader I need. Say I have a patch A with a subpatch B in it, with contents displayed, and a subpatch C inside B with contents (a GUI) displayed as well.From patch A I send a [clear( message to B to empty it, and thus be able

Re: [PD] pd-msg redraw after patch clear?

2011-05-03 Thread Patrice Colet
hello, it's hard to tell where it get wrong without having a sight of the patch, anyway maybe you should just open/close dynamicaly patches you need instead of trying to draw them as a subpatch - Jeppi Jeppi jepp...@hotmail.com a écrit : Hi all, I am playing a bit with the pd-msg

Re: [PD] pd-msg

2008-04-26 Thread Frank Barknecht
Hallo, Luigi Rensinghoff hat gesagt: // Luigi Rensinghoff wrote: lets say you have an abstraction: transfer.pd inside of that there is the core-math object like exponential_curve or exponential_sigmoid so it would be cool to just send the argument expoential_curve to the

Re: [PD] pd-msg

2008-04-25 Thread Hans-Christoph Steiner
On Apr 24, 2008, at 10:49 PM, Mike McGonagle wrote: On Thu, Apr 24, 2008 at 7:27 PM, Luigi Rensinghoff [EMAIL PROTECTED] wrote: do you know how the numbers change if you cut everything from patch and paste it back in ?? my impression is that it does not start from zero ?? What if you

Re: [PD] pd-msg

2008-04-25 Thread Mike McGonagle
On Fri, Apr 25, 2008 at 9:25 AM, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: On Apr 24, 2008, at 10:49 PM, Mike McGonagle wrote: On Thu, Apr 24, 2008 at 7:27 PM, Luigi Rensinghoff [EMAIL PROTECTED] wrote: do you know how the numbers change if you cut everything from patch and

Re: [PD] pd-msg

2008-04-25 Thread Hans-Christoph Steiner
On Apr 25, 2008, at 12:09 PM, Mike McGonagle wrote: On Fri, Apr 25, 2008 at 9:25 AM, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: On Apr 24, 2008, at 10:49 PM, Mike McGonagle wrote: On Thu, Apr 24, 2008 at 7:27 PM, Luigi Rensinghoff [EMAIL PROTECTED] wrote: do you know how the

Re: [PD] pd-msg

2008-04-25 Thread Mike McGonagle
Just curious, but has anyone tried to test the performance differences between sending messages as compared to actually connecting things up with wires? I am curious weather or not one of my patches would work with messages, as I want to instantiate close to 200 oscillators, with each taking

Re: [PD] pd-msg

2008-04-25 Thread Luigi Rensinghoff
Well... not yet...but if you post the patch, or the part with th 200 or more wires... i would test the difference. I am surprised where this discussion is going...many useful tips so far. I personally dont like that $0 $1 confusion somehow, but thats just because i dont remeber what i

[PD] pd-msg

2008-04-24 Thread Luigi Rensinghoff
Hi List there is this well-written tips and tricks folder that desribes how to create objects/abstractions by sending messages. like...in folder #5: 2.create_new_abstract.pd.. First, thanks to who put that together, this is extremely helpful and only documented here... So my question

Re: [PD] pd-msg

2008-04-24 Thread Mike McGonagle
On Thu, Apr 24, 2008 at 7:03 PM, Luigi Rensinghoff [EMAIL PROTECTED] wrote: Hi List there is this well-written tips and tricks folder that desribes how to create objects/abstractions by sending messages. like...in folder #5: 2.create_new_abstract.pd.. First, thanks to who put that

Re: [PD] pd-msg

2008-04-24 Thread Luigi Rensinghoff
Yes, you just need to set those arguments when you add the objects to the patch. I am not really sure where it is, but there is a listing of each of the objects in PD and what arguments they can handle. Oh yes i found it its just in the properties menu of the object - silly me