diff options
author | cbdev <cb@cbcdn.com> | 2018-02-17 23:41:14 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2018-02-17 23:41:14 +0100 |
commit | ddf2409b2b2ded5d2ab65d45ebba8005755e2c35 (patch) | |
tree | b5198b6e081dcdba660a5dd510fdb6f328a75117 /configs/osc-kbd.cfg | |
parent | 99305b4ece22ce8c69729ffbf0da4d9b5f8daeae (diff) | |
parent | 8874c3bff295f93f2012ae016d5d34270bdb1ebb (diff) | |
download | midimonster-ddf2409b2b2ded5d2ab65d45ebba8005755e2c35.tar.gz midimonster-ddf2409b2b2ded5d2ab65d45ebba8005755e2c35.tar.bz2 midimonster-ddf2409b2b2ded5d2ab65d45ebba8005755e2c35.zip |
Merge branch 'master' into uinput
Diffstat (limited to 'configs/osc-kbd.cfg')
-rw-r--r-- | configs/osc-kbd.cfg | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/configs/osc-kbd.cfg b/configs/osc-kbd.cfg new file mode 100644 index 0000000..0abd131 --- /dev/null +++ b/configs/osc-kbd.cfg @@ -0,0 +1,25 @@ +; Maps a TouchOSC simpl keyboard layout to MIDI notes + +[backend midi] +name = MIDIMonster + +[midi out] +write = FLUID + +[osc pad] +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 |