OMSG
a simple lobal action which you can use instead of [] msg
this will not only put out the message in the status bar, it also will send the message to OSC.
OSC adress: /omsg1
It also has a history, so everytime you send a message it will send the last message to the OSC address
/omsg2 etc.
There is also one special OSC Address: /all_messages which will send all at once with line breaks inbetween, very convenient for a Text box.
For now I set the history length to 20, this could be changed easily.
USAGE:
[] OMSG "Message"
here is the OSC Layout you could use: Download the TouchOSC template
Clear the messages
to clear all messages use [] OMSG --clear
this will put out an empty string on all message slots.
You can “overwrite” the [] msg action in ClyphX and replace that with the [] omsg action:
Open the file, go into line 64 and delete the # at the beginning of the line.
Configuration
This action uses the OSC Output channel and adress which you configure for OSC Binding output in Preferences.txt