July 19, 2022

Korg Gadget MIDI CC

JSON that contains mapping of MIDI Control Changes for Korg Gadget synths:

  • For continuous controllers (standard 0-127 MIDI range) I put CC number and name of synth control.
  • For discrete controllers I put CC number, then control name and array of discrete values names.

Helsinki synth as an example:

"Helsinki" : {
     "73" : "Env Attack",
     "75" : "Env Decay",
     "72" : "Env Release",
     "80" : "Env Sustain",
     "29" : { "Filter Type" : [ "LPF12", "LPF24", "BPF", "HPF" ] },
     "1"  : "Filter Freq",
     "71" : "Filter Reso",
     "83" : "Generator High",
     "84" : "Generator Higher",
     "82" : "Generator Low",
     "85" : "Generator Noise",
     "81" : { "Generator Type" : [ "Triangle", "Saw", "Square" ] },
     "12" : "LoFi Freq",
     "13" : "LoFi Mix",
     "15" : "Reverb Level",
     "16" : "Reverb Time"
}

Includes also "common" section applicable for all synth.