Attached find my first Remote API script for the CC121 for Cubase 12.
It does not touch the channel, transport, AI knob and function sections. It focuses on the EQ section only.
I have implemented 3 mapping pages, which can be switched with the All Bypass button. The function buttons 1 to 3 are illuminated accordingly to visualize which page is currently active.
These are the pages:
-
EQ Default: this page mimics the current EQ implementation. I had to redo it because when you support a control with the Remote API you lose the CC121 core functionality. Thanks to @Starnaf I added a version with swapped Q/G knobs. Download the GFQ version.
-
Pre Section: LowCut, HighCut, Gain, Phase. It activates the low or high cut automatically when you adjust the frequencies. No additional button clicks to activate it. The knobs/buttons of the EQ3+EQ4 are assigned as Quick Controls. The G3 and G4 support horizontal and vertical zooming. Turn right for zoom + and turn left for zoom -.
-
Custom: Here you can add you own parameters/actions
Some comments:
The Remote API does not support the bypass of the entire EQ Section on the active channel. Thatâs why I used it to switch through the mappings. I didnât use it too much myself anyhow.
The Remote API is not very well documented yet. So I didnât figure out how to support parameter lists properly. You will notice it when you want change e.g. the EQ Type. You turn the knob a lot to change the values. I hope I can figure this out with the support soon.
I know that activating the low/high cut filters automatically might interfere with automation. If you automate the on/off of the high/low cuts, be careful to not change the frequency when it is in off state by an automation lane.
Do not override the QC bindings on the Pre Section mapping with send levels. There is a bug in the Remote API which makes funny things in that scenarioâŚThatâs why I add the QC by default. I would rather prefer the sends. I hope this will be fixed.
To support the zooming I had to sacrifice two parameters from the control room. I took the TalkBackDim and Reference Level. If you need these 2 parameters then take version 1.0 without the zoomingâŚ
I attached the source as well. So, you can adapt it yourself.
Enjoy it!
Steinberg_CC121.zip (4.8 KB)
Steinberg_CC121 - V1.1 - Zooming.zip (5.3 KB)
Versions with swapped Q/G knobs:
Steinberg_CC121 - GFQ.zip (4.8 KB)
Steinberg_CC121 - v1.1 - GFQ - Zooming.zip (5.3 KB)
Steinberg_CC121 - Source File.zip (8.3 KB)