Home › Forums › Products › Rackmount › Eclipse instrument definition in Sonar 7 › Reply To: Eclipse instrument definition in Sonar 7
March 20, 2008 at 8:07 am
#128286
IDeangelis
Member
With ANY MIDI controller, hardware or software:
MIDI bank select messages allow random access to all presets in your Eclipse, unlike MIDI maps which limit the selection to 128 choices. Eclipse receives bank select messages on MIDI continuous controller #0.
For example, to load preset #451, send a MIDI bank select message (continuous controller #0) with a value of 4, followed by a MIDI program change message with a value of 51. To load preset 13, send a MIDI bank select message (continuous controller #0) with a value of 4, followed by a MIDI program change mes-
sage with a value of 13.
best
I