Posts: 43
Threads: 21
Joined: Feb 2013
Hi Gintaras,
After a lot of searching/experimenting I find myself unable to end the QM MIDI triggers (tray icon).
Please help.
Regards,
GertC
Posts: 12,075
Threads: 141
Joined: Dec 2002
I now cannot test, but found this in macro "MIDI Triggers Help":
Quote: Tray icon:
Click to show configuration dialog.
Ctrl+click to exit.
Right click to enable/disable MIDI input monitoring.
Posts: 43
Threads: 21
Joined: Feb 2013
Sorry I have formulated my request unclear. I meant to end it programmatically.
Posts: 12,075
Threads: 141
Joined: Dec 2002
Macro
Macro2697
int w=win("QM MIDI triggers" "#32770")
int c=id(3 w) ;;push button 'Exit'
but c
Posts: 43
Threads: 21
Joined: Feb 2013
Thanks!
I had been trying e.g. shutdown -6 experimenting with all kind of thread names, without success.
This works.
Regards,
GertC