diff options
author | Jan Düpmeier <j.duepmeier@googlemail.com> | 2017-11-07 22:18:43 +0100 |
---|---|---|
committer | Jan Düpmeier <j.duepmeier@googlemail.com> | 2017-11-07 22:18:43 +0100 |
commit | d608a46f807032d57bf093941fa61076793957bc (patch) | |
tree | 6c5919a55bb6281e062dd0899b2143e9252ca2b2 /configs | |
parent | 6ca55cd4bf67ded4f7a9fcd230f2a1860cca4dac (diff) | |
download | midimonster-d608a46f807032d57bf093941fa61076793957bc.tar.gz midimonster-d608a46f807032d57bf093941fa61076793957bc.tar.bz2 midimonster-d608a46f807032d57bf093941fa61076793957bc.zip |
first working uinput version
Diffstat (limited to 'configs')
-rw-r--r-- | configs/uinput-midi.cfg | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/configs/uinput-midi.cfg b/configs/uinput-midi.cfg new file mode 100644 index 0000000..d33e4df --- /dev/null +++ b/configs/uinput-midi.cfg @@ -0,0 +1,24 @@ +; Note that this configuration file was originally written with +; an older syntax and thus only contains right-to-left mappings + +[backend midi] +name = MIDIMonster + +[uinput mouse] +device = /dev/input/by-id/usb-Logitech_USB-PS_2_Optical_Mouse-event-mouse + +; MIDI input devices +[midi lc1] +read = Launch +write = Launch + +[map] +; LC Button +mouse.1.272 > lc1.note0.0 +mouse.1.273 > lc1.note0.1 +;out.note0.50 > lc1.note0.2 +;out.note0.51 > lc1.note0.3 +;out.note0.52 > lc1.note0.4 +;out.note0.53 > lc1.note0.5 +;out.note0.54 > lc1.note0.6 +;out.note0.55 > lc1.note0.7 |