wapi/OSC - a range of nodes?

Various 3rd party apps available
Post Reply
MilSF1
Posts: 21
Joined: Tue Jan 10, 2023 8:12 pm

wapi/OSC - a range of nodes?

Post by MilSF1 »

@pmaillot I think you might know, but perhaps someone else will. I'm trying to send a command to a range of channels. Right now it looks like I have to use

Code: Select all

/ch.1.mute=1,/ch.2.mute=1,/ch.3.mute=1,/ch.4.mute=1
It works, but when making changes to 30+ channels at a time potentially, it feels like I'm gonna have a syntax issue at some point in the couple hundred lines. Is there any kind of shortcut along the lines of

Code: Select all

/ch.1-4.mute=1
that would make this a bit shorter/easier? Is this an OSC thing, or just the wapi implementation for the WING?

Oh, and I found that even with the Channel Strip Overrides Mutegroup turned On, I cannot set a mutegroup on via OSC, then un-mute via OSC using /ch.1.mute=1 or similar. For some reason it doesn't override the mutegroup. :roll:
User avatar
pmaillot
Posts: 645
Joined: Wed Apr 14, 2021 1:32 pm

Re: wapi/OSC - a range of nodes?

Post by pmaillot »

ch.1-4.xyz is not a valid WING / OSC tag so it's not offered/accepted in wapi.

As to your other issue I'll take a look tomorrow if time allows
Post Reply

Return to “Miscellaneous Apps”