I'm attempting to use $0 on as part of a receive command on a canvas object but every time I put it in it is converted to either #0 or just a 0.
Is there any way to use a $0 in a canvas object?
Antonio
Try using [pack] to convert the incoming values into a list. For instance if you want to change the canvas color you can do it using [canvas; color $1( and a list of three values in the message inlet. You might have to use a [t b f] for the changes to be visible...
Sent from my iPhone
On Jun 1, 2014, at 4:13 PM, Antonio Roberts via Pd-list pd-list@lists.iem.at wrote:
I'm attempting to use $0 on as part of a receive command on a canvas object but every time I put it in it is converted to either #0 or just a 0.
Is there any way to use a $0 in a canvas object?
Antonio
--
antonio@hellocatfood.com http://www.hellocatfood.com ============================
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Thanks AP Vague and Dafydd, that worked
Antonio
On 1 June 2014 21:42, A. P. Vague apvague@gmail.com wrote:
Try using [pack] to convert the incoming values into a list. For instance if you want to change the canvas color you can do it using [canvas; color $1( and a list of three values in the message inlet. You might have to use a [t b f] for the changes to be visible...
Sent from my iPhone
On Jun 1, 2014, at 4:13 PM, Antonio Roberts via Pd-list pd-list@lists.iem.at wrote:
I'm attempting to use $0 on as part of a receive command on a canvas object but every time I put it in it is converted to either #0 or just a 0.
Is there any way to use a $0 in a canvas object?
Antonio
--
antonio@hellocatfood.com http://www.hellocatfood.com ============================
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list