Matthias1231
is it possible to send a specific Sysex command when a specific Sonar function is triggered?
Could I, for example, send a Sysex command whenever Track 1 Mute is turned on?
The idea is to have the Novation Launch Control XL track button color reflect the track state in Sonar.
From my knowledge, SONAR by itself can not do this. Such functions can be implemented in Control Surface plug-in, and my plug-in (see my signature) can do this.
But do not expect you will manage to configure it without reading and understanding the documentation. It has alpha quality and I am the only developer, tester and user... but you are welcome to join the club, the membership is free
I have just tested that the following works (I mean send something when expected, I do not have Launch Control) as you want (we can continue on my site if you need help):
* define HW control and attach Logical control to it (without assigned MIDI).
* in it's action list add Strip action (Track 1 Mute) and Monitor action AFTER it (parameter monitor, Ultra speed)
* in the feedback action list for this monitor, add required SysEx(es) with "Value" condition (Mute on is 127, off 0).