Raw controller input

Post Reply New Topic
RELATED
PRODUCTS

Post

I am new to Bitwig and am fiddling with controller scripts.

Does anyone know if there is a way to view the raw input from a controller? setMidiCallback and setSysexCallback do not show all data. I am looking to write a script for Presonus Faderport. The fader however does not transmit anything (not pitchbend, notes, sysex or any other controller).
All the buttons work great, it is just the fader. I want to see if I can avoid putting it in Mackie Hue mode, since that introduces all sort of problems.

Thanks for your help!

Post

Did you try:

Code: Select all

printMidi(status, data1, data2)
Either that or use MidiOX.

Post Reply

Return to “Controller Scripting”