The goal of the code is to be able to:
-select any of the instruments from Ableton programmatically (by sending a midi message?)
-to play the instrument in real time (not using pre-recorded clips),
-and also adjust some of the instrument parameters
Basically, I'm looking for a way to write a custom midi controller in software that can
do the things above. The trouble I'm having is figuring out how to select the instruments in Ableton.
I've been digging around and it doesn't seem like there is a nice way to select instruments in Ableton.
This post talks about using software to map keystrokes in Ableton, but it's from 2006:
http://forum.ableton.com/viewtopic.php?f=4&t=54403
There are other posts that talk about using remote scripts to make custom midi mappings for midi controllers, but
I'm not sure if midi instruments can select instruments in Ableton.
Any suggestions on how to select instruments in Ableton would be appreciated