1. Can I use just one button, much like the space bar works, to both start and stop play? I don\'t need to do this, but gleaned from you videos it was probably possible.
2. Can I have a button or two that selects which of the open apps on my computer is listening to my launchpad x messages? For example, when I use the spacebar command, I want the message to play band in a box, not youtube.
Thanks,
Oscar
SJC> In answer to question 1, yes, you can toggle a global variable with the push of a button on you Launchpad.
------
Translator : Toggle Start Stop
Incoming: Note on Note 1 MIDI CH1
-------
Rules:
// Toggle the global variable between 0 and 1 (this has to be unique for this button)
ga=ga^1
// determine which outgoing CC to use based on your Ableton Live Mapping
// Default Stop CC13
pp=13
// Play CC 12
if ga==1 then pp=12
// End of Rules
-------
Outgoing: Control Change on MIDI CH1 Control pp and value 127 to Ableton Live Alias
Options: Swallow
------
For Question 2, although MT Pro is not application aware I believe if you know the order of the applications loaded there are Windows shortcuts that switch between active applications. Can\'t remember exactly but you can look it up. Something like Win 1, Win 2 etc.