#
# This the the MIDI controller profile, it keeps controller remappings for
# converting one controller ID to another, and then defines which controllers
# are tracked by which GUI devices. It may be edited manually, in which case
# changes are maintained but the GUI can also alter the controller tracking
# by typing <Control><Middle Mouse Button>, the moving the desired control.
# This file is saved whenever a GUI memory is saved.
#
# The file contains Controller Mapping (one controller to another, for example
# breath controller maps to footpedal, etc), Key Mappings for QWERTY to MIDI
# note events, and Continuous Controller mappings that allow a control surface
# to drive the GUI.
#
# Remap format is "CM: MidiCC   MidiCC"
# Keyboard map format is "KM: ASCII   MIDI_note [MIDI_chan]"
# Control format is "CC: MidiCC   panel/index [value]"
#
# The values are integers from 0 to 16384, the fine resolution controller
# value for the throw of this controller. If in doubt use the value 16383,
# it is only relevant for ganging controllers.
#

KM: a 1 0
KM: z 2 0
KM: s 3 0
KM: x 4 0
KM: c 5 0
KM: f 6 0
KM: v 7 0
KM: g 8 0
KM: b 9 0
KM: h 10 0
KM: n 11 0
KM: m 12 0
KM: k 13 0
KM: , 14 0
KM: l 15 0
KM: . 16 0
KM: / 17 0
KM: ' 18 0

KM: q 24 1
KM: 2 25 1
KM: w 26 1
KM: 3 27 1
KM: e 28 1
KM: r 29 1
KM: 5 30 1
KM: t 31 1
KM: 6 32 1
KM: y 33 1
KM: 7 34 1
KM: u 35 1
KM: i 36 1
KM: 9 37 1
KM: o 38 1
KM: 0 39 1
KM: p 40 1
KM: [ 41 1
KM: = 42 1
KM: ] 43 1
KM: \ 45 1
