[PD] Variable Sends

Mathieu Bouchard matju at artengine.ca
Fri Aug 20 16:38:13 CEST 2010


On Fri, 20 Aug 2010, Philip Cunningham wrote:

> 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.

use [repeat] to reduce the 64 [square]s to 1 [square]. Then you need 0 
receive objects and thus you need 0 send objects. If necessary, use a 
[table] (or three) to store the intermediate values.

  _ _ __ ___ _____ ________ _____________ _____________________ ...
| Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801


More information about the Pd-list mailing list