Appending to Command Line with a Command
So I’m making some MIDI to OSC buttons and I’d like them to work universally across show files.
For things like Store, Off and Delete I currently have the buttons triggering macros that add them to the command line but I don’t want to have to create those macros in other show files or if someone else uses my set up.
I found the cmd Lua function but it seems to just execute rather than append to the command line.
Any ideas?