Hello!
I purchased this wonderful keyboard, and am thoroughly enjoying it except for one small thing:
Current State:
- Switching to the Plugin Encoder page (Shift + Pad 1) makes it so that I can access Quick Controls for the Selected Track
Desired State:
- I want to have the Encoder page access the Focused Quick Controls instead of Selected Track.
When trying to manually map these bindings in the MIDI Remote Editor, it pretty much breaks the other encoder pages. Essentially making all the Encoder Knobs change the Focused Quick Controls.
I’m using the script recommended by Novation per here: https://support.novationmusic.com/hc/en-gb/articles/20225881390482-Using-Launchkey-MK4-in-Cubase
I’ve also tried going into the JS file of the script and making modifications myself (which fail ), as follows:
- I went into the host_bindings.js file and changed the line:
page.mHostAccess.mTrackSelection.mMixerChannel.mQuickControls.getByIndex(
quickControlIndex
to
page.mHostAccess.mFocosedQuickControls.mMixerChannel.mQuickControls.getByIndex(
quickControlIndex
I know this is wrong, and it could never be that simple, but it was worth a shot. I haven’t spent a lot of time going through the API (API Reference | MIDI REMOTE API) in depth, but I’m sure this isn’t too complicated of an ask. Or maybe it is idk…
Another solution I thought could be cool is using the Subpages, while in Plugin Mode, to switch between Quick Control modes (Selected Track and Focus Mode). Similar to what happens in Mixer Mode when changing the Subpages changes EQ, Pan and Volume controls.
I’m hoping this somehow gets the attention of someone at Novation to update their script per my above suggestion. Else, in the interim if someone could please help me, point me in the right direction or by some miracle just provide me with a God-tier script which does what I want, I would be incredibly grateful.
Thanks in advance!
Specs:
- Cubase 13.0.50
- macOS Monterey (12.7.6)
- MacBook Pro 14’’ M1 Chip