hI
I'm building a drum machine sequencer abstraction (yep another one!) that will have 8 or so rows of 16 toggles. Each toggle has a unique send name (set in properties not [receive] object) and I'm writing to one very large table. Depending on which row is clicked, I want to send an number which can be used to multiply say 200 into the table. IE. CLick tgl in 2nd row -> 2 * 200 = 400 and start entering from there.
but I want to avoid having to create loads of [receive] objects for each toggle, for each row (potentially 128). Whats a clean dynamic way to do this so I can create a blueprint once and use this to enter into the table?
this will save me lots of time and will be easier to edit!! Is this something to do with [receive13] or [iem_receive]?
thanks