Which MIDI controllers are compatible with the GraphicsOutput

Post Reply New Topic
RELATED
PRODUCTS

Post

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?

Post

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.

Post

Thank you @moss!

It's helpful to see what it could look like.
Since I don't have a Push 2, I probably will try the arduino-based solution.

Post Reply

Return to “Controller Scripting”