reaper-oss / sws

The SWS extension is a collection of features that seamlessly integrate into REAPER, the Digital Audio Workstation (DAW) software by Cockos, Inc
MIT License
444 stars 85 forks source link

improve MIDI learn functionality - manual CC assign #538

Open Jeff0S opened 10 years ago

Jeff0S commented 10 years ago

From lewis.sc...@gmail.com on December 12, 2012 22:54:38

http://forum.cockos.com/showthread.php?t=114866 REAPER's midi learn is sorely lacking.

there is no way to manually assign a CC to a parameter without using REAPER's "learn" function.

the learn screen is problematic, as it only displays the last seen midi CC. for devices that send multiple CCs, this makes learning a real nightmare. my QuNeo sends xyz and aftertouch CCs as well as notes per pad.

any sort of "manual" assignment, no matter how hacky, would be a vast, vast improvement to the current system.

Nym

Original issue: http://code.google.com/p/sws-extension/issues/detail?id=538

Jeff0S commented 10 years ago

From jeffos...@gmail.com on December 19, 2012 02:10:38

This is doable as an extension but in the meantime you can filter events before sending them to the control path with MIDItoReaControlPath. If its faders are not enough to filter things out, you can add also another MIDI altering effect upstream.