Page 1 of 1

os2l to MIDI note converter

Posted: Wed Sep 07, 2022 7:38 pm
by dolphinuppercut
Hey y'all!

What's the cleanest way to achieve conversion an os2l event into a MIDI note using QLC+?

For those just starting with os2l, there are 4 types of os2l actions or events that we're able to schedule in VirtualDJ's POI (points of Interest) editor: button (os2l_button), command (os2l_cmd), info (os2l_info), and scene (os2l_scene).

Ideally, we'd have a quick and organized workflow, as I'm attempting to use os2l events in VirtualDJ's POI to trigger scenes in Ableton.

Thanks in advance for your help!

Re: os2l to MIDI note converter

Posted: Wed Sep 07, 2022 10:19 pm
by janosvitok
You may try to patch os2l to input, midi to output of the same universe, and enable passthrough.
This will give you a fixed mapping.

If you want different mapping, you'd have to play with buttons, faders and scenes, os2l controlling the faders and buttons. In this case, use two universes ( one for os2l input, the other for midi output). No passthrough this time.

Jano