Skip to main content


Finally finished my #Python #MIDI control program. It is *sweet*! It takes a YAML file with the definitions of note_on/note_off, control_change, pitchwheel, & synthesizer target values, & then converts the controller gesture or note to a synthesizer note_on/note_off or control_change message. Confused yet? Haha! It's really quite simple in practice.

Here's my midi joystick controlling my eurorack midi interface:

github.com/ology/Music/blob/ma…

+

github.com/ology/Music/blob/ma…

Next: Docs

This entry was edited (2 days ago)
in reply to

@Hierarchy Yes! I made this package after doing a few things with my MIDI joystick controlling various synths like my SE-02, microKorg, or even my eurorack:

github.com/ology/Music/blob/ma…

github.com/ology/Music/blob/ma…

github.com/ology/Music/blob/ma…

Then you'd use the python program github.com/ology/Python-MIDI-D… with a YAML file like those.

Does this answer your question? 😀

This entry was edited (2 days ago)