aboutsummaryrefslogtreecommitdiffhomepage
path: root/configs/osc-kbd.cfg
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-03-30 14:34:20 +0100
committercbdev <cb@cbcdn.com>2019-03-30 14:34:20 +0100
commita2b0728027dd8961ef84220c8c8eaf8a81154c71 (patch)
treef0f3454aabe47676f58a4f4b0932dfdae22ef68c /configs/osc-kbd.cfg
parent56adfff2911ef548406afe8db2841729c957f291 (diff)
downloadmidimonster-a2b0728027dd8961ef84220c8c8eaf8a81154c71.tar.gz
midimonster-a2b0728027dd8961ef84220c8c8eaf8a81154c71.tar.bz2
midimonster-a2b0728027dd8961ef84220c8c8eaf8a81154c71.zip
Fix MIDI mapping syntax
Diffstat (limited to 'configs/osc-kbd.cfg')
-rw-r--r--configs/osc-kbd.cfg24
1 files changed, 12 insertions, 12 deletions
diff --git a/configs/osc-kbd.cfg b/configs/osc-kbd.cfg
index 0abd131..eb80378 100644
--- a/configs/osc-kbd.cfg
+++ b/configs/osc-kbd.cfg
@@ -11,15 +11,15 @@ bind = * 8000
dest = learn@8001
[map]
-pad./1/push1 > out.note0.60
-pad./1/push2 > out.note0.61
-pad./1/push3 > out.note0.62
-pad./1/push4 > out.note0.63
-pad./1/push5 > out.note0.64
-pad./1/push6 > out.note0.65
-pad./1/push7 > out.note0.66
-pad./1/push8 > out.note0.67
-pad./1/push9 > out.note0.68
-pad./1/push10 > out.note0.69
-pad./1/push11 > out.note0.70
-pad./1/push12 > out.note0.71
+pad./1/push1 > out.ch0.note60
+pad./1/push2 > out.ch0.note61
+pad./1/push3 > out.ch0.note62
+pad./1/push4 > out.ch0.note63
+pad./1/push5 > out.ch0.note64
+pad./1/push6 > out.ch0.note65
+pad./1/push7 > out.ch0.note66
+pad./1/push8 > out.ch0.note67
+pad./1/push9 > out.ch0.note68
+pad./1/push10 > out.ch0.note69
+pad./1/push11 > out.ch0.note70
+pad./1/push12 > out.ch0.note71