Skip to content

Instantly share code, notes, and snippets.

@joegiralt
Created July 25, 2019 18:07
Show Gist options
  • Save joegiralt/23b43a986ad290ecee29184305bfd549 to your computer and use it in GitHub Desktop.
Save joegiralt/23b43a986ad290ecee29184305bfd549 to your computer and use it in GitHub Desktop.
Volca Drum Instrument Definition
{
"instrument_data": {
"VolcaDrm": {
"midi_port": 1,
"midi_chan": 1,
"multi": true,
"no_xpose": true,
"no_fts": true,
"no_thru": true,
"track_values": {
"slot_1": { "track_control": "pgm" },
"slot_2": { "track_control": "note%" },
"slot_3": { "track_control": "noteC" },
"slot_4": { "MIDI_CC": 7, "label": "LVL 1" },
"slot_5": { "MIDI_CC": 8, "label": "LVL 2" },
"slot_6": { "MIDI_CC": 9, "label": "LVL" },
"slot_7": { "MIDI_CC": 10, "label": "PAN" },
"slot_8": { "MIDI_CC": 12, "label": "WgSend" },
"slot_9": { "MIDI_CC": 13, "label": "WgModl" },
"slot_10": { "MIDI_CC": 14, "label": "OscMd1" },
"slot_11": { "MIDI_CC": 15, "label": "OscMd2" },
"slot_12": { "MIDI_CC": 16, "label": "OscMd" },
"slot_13": { "MIDI_CC": 17, "label": "Atk 1" },
"slot_14": { "MIDI_CC": 18, "label": "Rel 1" },
"slot_15": { "MIDI_CC": 19, "label": "Atk 2" },
"slot_16": { "MIDI_CC": 20, "label": "Rel 2" },
"slot_17": { "MIDI_CC": 21, "label": "Atk" },
"slot_18": { "MIDI_CC": 22, "label": "Rel" },
"slot_19": { "MIDI_CC": 23, "label": "Pitch1" },
"slot_20": { "MIDI_CC": 24, "label": "Pitch2" },
"slot_21": { "MIDI_CC": 25, "label": "Pitch" },
"slot_22": { "MIDI_CC": 26, "label": "Amt 1" },
"slot_23": { "MIDI_CC": 27, "label": "Rate 1" },
"slot_24": { "MIDI_CC": 28, "label": "Amt 2" },
"slot_25": { "MIDI_CC": 29, "label": "Rate 2" },
"slot_26": { "MIDI_CC": 30, "label": "Amt" },
"slot_27": { "MIDI_CC": 31, "label": "Rate" },
"slot_28": { "MIDI_CC": 48, "label": "FxBit" },
"slot_29": { "MIDI_CC": 49, "label": "FxFold" },
"slot_30": { "MIDI_CC": 50, "label": "FxDriv" },
"slot_31": { "MIDI_CC": 51, "label": "FxGain" },
"slot_32": { "MIDI_CC": 117, "label": "WgGain" },
"slot_33": { "MIDI_CC": 118, "label": "WgBody" },
"slot_34": { "MIDI_CC": 119, "label": "WgTune" }
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment