Hi!
I would like to use a message type like "Latched Disable" so that I can turn off messages.
The scenario I would like to use this in is to reset the state of several controllers:
1. The user uses a TouchOSC toggle button to assign one or more rotary controllers to an X/Y control axis.
2. The configuration is 'stored' by toggling corresponding sub-messages
3. if TouchOSC or OSCulator is restarted, their configuration does not match anymore
4. (this is my wish:-) By hitting a reset button, all assignments are removed
For details, please have a look at my other post where you can find the OSCulator file.
In this file, these are the messages involved in the use case above:
Steps 1 and 2:
Code:
/config/m_fx*_Z/N/M (*= [1..4], Z=[X,Y], N=[1..4], M=[1..4] )
Code:
/masher/xy_fxN (N=[1..4])
Question: How can I disable all submessages of /masher/xy_fxN , independently of it's current status?
Many thanx in advance!
Volker
Comment