Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up| ; Use a Launch Control MIDI controller as mouse input | |
| ; Running this configuration requires root privileges on most systems, | |
| ; as creating additional input devices could potentially be misused for | |
| ; nefarious purposes | |
| [backend midi] | |
| detect = on | |
| [evdev mouse] | |
| output = MIDI Mouse | |
| relaxis.REL_X = 255 | |
| relaxis.REL_Y = 255 | |
| [midi launch] | |
| read = Launch | |
| [map] | |
| launch.ch0.cc0 > mouse.EV_REL.REL_X | |
| launch.ch0.cc1 > mouse.EV_REL.REL_Y | |
| launch.ch0.note0 > mouse.EV_KEY.BTN_LEFT | |
| launch.ch0.note1 > mouse.EV_KEY.BTN_RIGHT |