Just started using remote scripts with a special idea in mind. I have a Monogram Creative Console with 3 knobs. Using Cubase it’s only possible to Zoom In our Out when assigning a command to a knob but not zoom out when knob is turned left and zoom in when knob is turned right. I also want to do this for project scrolling for one knob.
I imagine scripting should allow this one way or another but haven’t figured out exactly how. The knob needs to be relative and it needs to send a command for “Zoom in” when values are decreased and “zoom out” when values are increased.
Not sure exactly from the Api reference (that would need some further details btw) how this would be achieved
@pettor I’ve been attempting to use your technique above for nudging the cursor (thank you for sharing). It works in my case BUT the CC midi events are still sent to the selected track (and recorded!).
I can’t figure out how to stop the CC events from going to the track. Does this occur in your case? Is there a missing function call in the example code?
Try and remove your controller from “All MIDI” in Studio Setup.
Alternatively, on your MIDI/Instrument track, change the Input from All to the device you want to record.
Thanks for the suggestions. Those will of course filter it out but when other bindings done Midi remote absorbs the CC messages if the CC is assigned to some sort of Cubase Surface binding. In the case above, that doesn’t appear to occur. Whilst the customValueVariables are bound to commands, the Knob itself is not - and the Knob is thus passing information straight throughs till. That is at least what I think is going. Some how I need the knob to not send to Cubase.
Is this true? I haven’t used the new MIDI Remote enough to tell, but the older Generic Remote passed any and all CC regardless of remote binding. I didn’t expect the new MIDI Remote to work any differently.
I haven’t had the chance to test this, but I strongly suspect it’s as @robw says. Since the commands end up assigned to the knob by proxy of the custom commands, the assignment of the main knob remains blank, and will probably continue to send to cubase whatever the knob is supposed to send from the device’s hardware side.
Yepp, sadly I have the same issue. I tried using channels to fix the issue but it still records the CC events. It feels like I should be able to tell Cubase to only record events on channel 1 and skip the others but not sure how.
Right now I try to use CC events that I know are unused from the list below (like 102-119). I also seldom use my knobs when recording since I mostly use them for zooming, panning etc.