OSC question for Lemur users...

Aluxxes's icon

I have created a row of 16 switches in the Jazz Editor and would like to use these to control 16 toggles in Max. I am using a custom OSC address: Toggles/x

However, I can only seem to address the first switch (in my 16 switch row) in Max. How can I address the other 15 switches?

So Toggles/x only works with the first switch...

Thanks...

Jack

Aluxxes's icon

Just figured it out. The OSC data arrives as a list in these cases, so I used an unpack object...

Thanks anyway...

Jack

batchku's icon

just a note for those who're working with the same thing,
the lemur doesn't know what to do with lists of integers being sent to
it. you must always send floats, even if the object you're sending
data to is an on/off (1/0) object.

a