Hi, I'm writing my own controller script at the moment (thanks for the amazing YouTube tutorials moss!).
I would like to have a (mostly) non-mouse workflow to control a specific VST.
The basic idea is, that I have 8 encoders/knobs and a display showing information about the current device remote control page. Say, like with the Novation SL Mk3.
But I would like to be able to program the display output myself with the GraphicsOutput class.
Is there any source where I can find a list of controllers compatible with receiving bitmaps from a controller extension?
Or is an Arduino based solution, the best way to go?
Which MIDI controllers are compatible with the GraphicsOutput
- KVRAF
- 4888 posts since 13 May, 2004
You can search in my DrivenByMoss source for the class to see how it is used.
The API is close to the CAIRO API: https://www.cairographics.org/manual/
The transfer to the device need to be handled by yourself. E.g. for the Push 2 display I transfer it via USB.
The API is close to the CAIRO API: https://www.cairographics.org/manual/
The transfer to the device need to be handled by yourself. E.g. for the Push 2 display I transfer it via USB.
