Simple Ruby Midi Learn

Post any examples or modules that you want to share here
Post Reply
primate
Posts: 22
Joined: Thu Dec 19, 2013 10:42 pm

Simple Ruby Midi Learn

Post by primate »

Here's a simple script i wrote for a MIDI learn system.

midi learn 2.fsm
(267.14 KiB) Downloaded 1555 times


very basic, just turn it on, turn a knob on the GUI and then turn a knob on your hardware controller.
Display gives instructions as to what to do next and what values are bound with what knobs.
Can be extended indefinitely without changing the ruby code, as long as the input number from the knob to ruby matches the ruby wireless output.

any suggestions or ideas would be enthusiastically welcomed. I'm sure that something a bit cleverer could be done with preset values rather than wireless.
Post Reply