Browse Source

data: add perkons sample data for reverse engineering

master
heck 8 months ago
parent
commit
417567f778
  1. BIN
      data/perkons_sample_data/BANKS/00/00.PAT
  2. BIN
      data/perkons_sample_data/BANKS/00/KITS/00.KIT
  3. BIN
      data/perkons_sample_data/BANKS/00/state.dat
  4. 4
      data/perkons_sample_data/INFO.TXT
  5. 37
      data/perkons_sample_data/System/device.json
  6. 54
      data/perkons_sample_data/System/multi-midi-cc.json
  7. 54
      data/perkons_sample_data/System/single-midi-cc.json

BIN
data/perkons_sample_data/BANKS/00/00.PAT

Binary file not shown.

BIN
data/perkons_sample_data/BANKS/00/KITS/00.KIT

Binary file not shown.

BIN
data/perkons_sample_data/BANKS/00/state.dat

Binary file not shown.

4
data/perkons_sample_data/INFO.TXT

@ -0,0 +1,4 @@
Current Controller (CM4) version: 1.0.2 - g6aa8285
Current Voice Engine (CM7) version: 1.0.2 - g6aa8285
Last firmware image used for update: perkons_both_v1.0.2-0-g6aa8285.img

37
data/perkons_sample_data/System/device.json

@ -0,0 +1,37 @@
{
"clock-source": "INT",
"clock-in-ppqn": 4,
"clock-out-ppqn": 4,
"kit-link": true,
"pot-catch": false,
"accent": false,
"smooth-param-rec": true,
"vintage-bbd": true,
"trig-key-behav": true,
"hard-filter-sw": true,
"trig-sensetivity": {
"ch1": 0,
"ch2": 6,
"ch3": 2,
"ch4": 0
},
"midi-clock-out": true,
"midi-cont-clock": false,
"midi-thru": false,
"midi-seq-out": false,
"midi-cc-out": false,
"midi-mode": "SINGLE",
"midi-channel": {
"voice1": 0,
"voice2": 1,
"voice3": 2,
"voice4": 3,
"single": 0
},
"midi-trig-note": {
"voice1": 36,
"voice2": 37,
"voice3": 38,
"voice4": 39
}
}

54
data/perkons_sample_data/System/multi-midi-cc.json

@ -0,0 +1,54 @@
{
"voice1": {
"tune": 70,
"decay": 74,
"param1": 71,
"param2": 75,
"cutoff": 72,
"drive": 76,
"fx-send": 73,
"level": 77,
"algo": 78,
"mode": 79,
"filter": 80
},
"voice2": {
"tune": 70,
"decay": 74,
"param1": 71,
"param2": 75,
"cutoff": 72,
"drive": 76,
"fx-send": 73,
"level": 77,
"algo": 78,
"mode": 79,
"filter": 80
},
"voice3": {
"tune": 70,
"decay": 74,
"param1": 71,
"param2": 75,
"cutoff": 72,
"drive": 76,
"fx-send": 73,
"level": 77,
"algo": 78,
"mode": 79,
"filter": 80
},
"voice4": {
"tune": 70,
"decay": 74,
"param1": 71,
"param2": 75,
"cutoff": 72,
"drive": 76,
"fx-send": 73,
"level": 77,
"algo": 78,
"mode": 79,
"filter": 80
}
}

54
data/perkons_sample_data/System/single-midi-cc.json

@ -0,0 +1,54 @@
{
"voice1": {
"tune": 70,
"decay": 74,
"param1": 71,
"param2": 75,
"cutoff": 72,
"drive": 76,
"fx-send": 73,
"level": 77,
"algo": 78,
"mode": 79,
"filter": 80
},
"voice2": {
"tune": 81,
"decay": 85,
"param1": 82,
"param2": 86,
"cutoff": 83,
"drive": 87,
"fx-send": 84,
"level": 88,
"algo": 89,
"mode": 90,
"filter": 91
},
"voice3": {
"tune": 92,
"decay": 96,
"param1": 93,
"param2": 97,
"cutoff": 94,
"drive": 98,
"fx-send": 95,
"level": 99,
"algo": 100,
"mode": 101,
"filter": 102
},
"voice4": {
"tune": 103,
"decay": 107,
"param1": 104,
"param2": 108,
"cutoff": 105,
"drive": 109,
"fx-send": 106,
"level": 110,
"algo": 111,
"mode": 112,
"filter": 113
}
}
Loading…
Cancel
Save