Using touchOSC messages in Max

StateAardvark's icon

I just got touchOSC and need a little help. I'm receiving touchOSC in Max via the OSC-route object and print them into the Max window. But how do I send them to specific places from the Max window?

I'm having a lot of trouble with multi-toggles and multi-faders since their messages output as '/1 1' and '/1 2'. What do I do?

StateAardvark's icon

Nevermind. I figured it out. I attached the OSC-route object to Max's route object with the route object's argument being: [route /1/1 /1/2 /1/3 /1/4... etc].