Re: [PD] where to find $ args

2011-02-05 Thread Rich E
On Sat, Feb 5, 2011 at 3:44 PM, Mathieu Bouchard ma...@artengine.ca wrote: On Tue, 25 Jan 2011, Rich E wrote: Ah, understood. Thanks for the nice code explanation and references... they both really help. I noticed that t_canvasenvironment remains privately defined, so it's difficult to

Re: [PD] where to find $ args

2011-02-04 Thread Mathieu Bouchard
On Tue, 25 Jan 2011, Rich E wrote: Ah, understood.  Thanks for the nice code explanation and references... they both really help.   I noticed that t_canvasenvironment remains privately defined, so it's difficult to use this struct.  To get the dollarzero, I saw this works:

Re: [PD] where to find $ args

2011-01-25 Thread Rich E
Ah, understood. Thanks for the nice code explanation and references... they both really help. I noticed that t_canvasenvironment remains privately defined, so it's difficult to use this struct. To get the dollarzero, I saw this works: canvas_setcurrent(x_canvas); int dzero =

Re: [PD] where to find $ args

2011-01-24 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-01-23 12:49, Rich E wrote: Hi list, If I were to make an external that has access to $ arguments, does anyone know where I can find the necessary methods for retrieving this information? Or is it only available at instantiation? Most

[PD] where to find $ args

2011-01-23 Thread Rich E
Hi list, If I were to make an external that has access to $ arguments, does anyone know where I can find the necessary methods for retrieving this information? Or is it only available at instantiation? Most importantly, I am looking for a way to get the $0 value of a patch from C. Cheers, Rich

Re: [PD] where to find $ args

2011-01-23 Thread Mathieu Bouchard
On Sun, 23 Jan 2011, Rich E wrote: If I were to make an external that has access to $ arguments, does anyone know where I can find the necessary methods for retrieving this information?  Or is it only available at instantiation? Most importantly, I am looking for a way to get the $0 value of

Re: [PD] where to find $ args

2011-01-23 Thread Hans-Christoph Steiner
On Jan 23, 2011, at 6:49 AM, Rich E wrote: Hi list, If I were to make an external that has access to $ arguments, does anyone know where I can find the necessary methods for retrieving this information? Or is it only available at instantiation? Most importantly, I am looking for a way