View Single Post
Old 01-16-2018, 03:47 PM   #89
fundorin
Banned
 
Join Date: Feb 2014
Location: Moscow, Russia
Posts: 554
Default

So, I've came to the point where single dimension array might not be enough for storing osc data.
I've used only single variable commands before, like
Code:
oscmatch("/track/%{number}d/mute")            ? oscTrackMute[number]            = oscparm(0,0);
for t/track/@/mute/toggle.

Now, it's two variables. What would be a best way to store those?
n/track/@/recv/@/volume
fundorin is offline   Reply With Quote