im receiving osc messages from LiveOSC like;
/live/name/track 0 channel1name
/live/name/track 1 channel2name
how can i deal with the channel number with routeOSC? I've tryed:
routeOSC /live
routeOSC /name
routeOSC /track
routeOSC /0 /1 /2
everything works fine till the /track, so the last one send the #chnumber as garbage and the channelname is lost. what am I doing wrong?
the file is attached
thanks