Labels for switches from OSC_ARGS

Discuss problems and solutions.
pwdm
Newbie
Posts: 9
Joined: 30 May 2015 15:45

Re: Labels for switches from OSC_ARGS

Post by pwdm »

Here is the Max Patch I ended up with.

https://drive.google.com/file/d/0B-ZQJe ... sp=sharing

Code: Select all

decl this, def_lab;

this = getobject();
def_lab = OSC_ARGS;

setattribute(this,'labels',def_lab);
Post Reply