You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MicroDexed/addon/SD/drm/CFG_MDDrums.json

151 lines
2.8 KiB

{
"bd01": {
"type": "DRUM_BASS",
"midinote": "MIDI_C3",
"shortname": "B",
"pan": 0.0,
"vol_max": 0.8,
"vol_min": 0.0,
"reverb_send": 0.0
},
"cp02": {
"type": "DRUM_HANDCLAP",
"midinote": "MIDI_CIS3",
"shortname": "C",
"pan": -0.4,
"vol_max:" 0.6,
"vol_min:" 0.0,
"reverb_send:" 0.4
},
[
type: "DRUM_SNARE",
midinote: "MIDI_D3",
filename: "sd15.raw",
shortname: "S",
pan: 0.2,
vol_max: 0.6,
vol_min: 0.2,
reverb_send: 0.0
],
[
type: "DRUM_HIHAT",
midinote: "MIDI_FIS3",
filename: "hh01.raw",
shortname: "h",
pan: 0.8,
vol_max: 0.2,
vol_min: 0.0,
reverb_send: 0.0
],
[
type: "DRUM_HIHAT",
midinote: "MIDI_GIS3",
filename: "hh02.raw",
shortname: "h",
pan: 0.8,
vol_max: 0.2,
vol_min: 0.0,
reverb_send: 0.0
],
[
type: "DRUM_HIHAT",
midinote: "MIDI_AIS3",
filename: "oh02.raw",
shortname: "H",
pan: 0.8,
vol_max: 0.2,
vol_min: 0.0,
reverb_send: 0.0
],
[
type: "DRUM_LOWTOM",
midinote: "MIDI_G3",
filename: "lt01.raw",
shortname: "T",
pan: -0.7,
vol_max: 0.8,
vol_min: 0.0,
reverb_send: 0.0
],
[
type: "DRUM_HIGHTOM",
midinote: "MIDI_A3",
filename: "ht01.raw",
shortname: "T",
pan: -0.5
vol_max: 0.8
vol_min: 0.0
reverb_send: 0.0
],
[
type: "DRUM_RIDE",
midinote: "MIDI_CIS4",
filename: "rd01.raw",
shortname: "R",
pan: -0.6,
vol_max: 0.3,
vol_min: 0.0
reverb_send: 0.0
],
[
type: "DRUM_RIDE",
midinote: "MIDI_DIS4",
filename: "rd02.raw",
shortname: "R",
pan: -0.6,
vol_max: 0.3,
vol_min: 0.0
reverb_send: 0.0
],
[
type: "DRUM_BASS",
midinote: "MIDI_C5",
filename: "PHKick1.raw",
shortname: "B",
pan: 0.0,
vol_max: 0.9,
vol_min: 0.0
reverb_send: 0.0
],
[
type: "DRUM_HANDCLAP",
midinote: "MIDI_DIS5",
filename: "808Clap1.raw",
shortname: "C",
pan: 0.0,
vol_max: 0.9,
vol_min: 0.0
reverb_send: 0.4
],
[
type: "DRUM_SNARE",
midinote: "MIDI_CIS5",
filename: "808RimS1.raw",
shortname: "R",
pan: -0.3,
vol_max: 0.5,
vol_min: 0.0
reverb_send: 0.0
],
[
type: "DRUM_HIHAT",
midinote: "MIDI_FIS5",
filename: "808HHCL1.raw",
shortname: "H",
pan: 0.4,
vol_max: 0.6,
vol_min: 0.0
reverb_send: 0.0
],
[
type: "DRUM_NONE",
midinote: "MIDI_NONE",
filename: "EMPTY",
shortname: "-",
pan: 0.0,
vol_max: 0.0,
vol_min: 0.0
reverb_send: 0.0
],
}