-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hi, I'm curious if we could get support for midi grid controllers beyond midi mapping. I did not have much luck with the vcv midi mapper, as it seems to want cc values, but my launchpad mini outputs notes on button press. I could probably get around this and expand its capabilities routing through max/ableton first, but I'm curious if there is a more direct solution that offers led feedback.
For now I have been using Oscelot to receive osc in vcv and node-osc to translate midi messages, send to osc, and light leds, but communication is only one way, so no led feedback.
Would it be possible to use a midi to osc converter to get monome-rack to recognize launchpad? It seems some multidirectional osc would be needed, especially for led feedback, but I do not know much about the serialosc protocol.
Is there just a port and osc address that I can listen to to get feedback and communicate with the virtual grid/devices?
Alternatively, could your virtual grid to have its own midi mapping context menu where you could set device in/out and map buttons and save presets? I am not familiar with vcv dev, so I do not know how much work these requests would be, but I'd be happy to help.
It would also be cool virtual grid had some standalone modes for midi connection to hardware/daw (ie; virtual launchpad).
Anyway thanks for the awesome tools. Like I said I am not familiar with vcv dev, so I may have missed something obvious or a module that could accomplish these tasks.