[PD] Variable Sends

Jack jack at rybn.org
Fri Aug 20 13:53:13 CEST 2010


Use one [send color] and put one [receive color] and a [route $1] in the
abstraction managing your square like this :

[receive color]
|
[route $1]
|
in the cold inlet of [color]

and in your main patch you send something like :

[62 0.5 0.8 0.1(
|
[send color]

Then the [color] object in the instance of your abstraction
[absColorsquare 62] will receive [0.5 0.8 0.1( message in its cold
inlet.
++

Jack



Le vendredi 20 août 2010 à 12:05 +0100, Philip Cunningham a écrit :
> Hello,
> 
> Sorry for the newb question. I had a search but couldn't find an
> answer -- maybe I'm not using the correct expression. I have 64 unique
> receive objects and I'd like to address them individually,
> sequentially from one send object ie. I'd like to send RGB values to
> 64 squares in GEM and colour them so that it cycles through a series
> of colours.
> 
> Can anyone help?
> 
> Philip
> 
> _______________________________________________
> Pd-list at iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list





More information about the Pd-list mailing list