7 changed files with 149 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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 |
@ -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 |
|||
} |
|||
} |
@ -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 |
|||
} |
|||
} |
@ -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…
Reference in new issue