Releases: bjoluc/cubase-mcu-midiremote
Releases · bjoluc/cubase-mcu-midiremote
v1.11.0
1.11.0 (2025-01-04)
Features
- Add a config option to disable jog wheel zoom in zoom mode (3f47505)
- Add a config option to flip scribble strip display rows by default (33914c7)
- Add a config option to map the channel left/right buttons to encoder parameter page navigation by default (c1a16a1)
- Add an iCON V1-M script variant (#38) (278b689)
- Add Cue Send 1-4 encoder assignments (74cc7d0)
- Allow toggling the input phase by pushing encoders in the "Input Phase" encoder assignment (831c6eb)
- Display "PreFadr" instead of "PrePost" in Sends encoder assignment (c639771)
- Display changes to secondary encoder parameters (e.g. EQ band on/off, Send slot on/off) made by pushing encoders (8efc127)
- Make EQ gain encoder pushes invert EQ gain without holding Shift and reset it when Shift is held (5730634)
- Make mapping the main fader to the control room level an opt-in option to reduce differences to the default Cubase MCU integration (b421bf1)
- Make pushing a plugin / quick control / channel strip encoder toggle its value if it is at its minimum or maximum (a9c372e)
- Make the "Sends" encoder assignment show send effect names on the scribble strip displays (9fa005a)
Bug Fixes
v1.10.1
v1.10.0
1.10.0 (2024-05-25)
Features
- Add an iCON Platform M+ script variant (#25) (91aa580)
- Add an SSL UF1 script variant (#31) (16f82a9)
- Add an X-Touch One script variant (#28) (f7bc13b)
- Allow navigating to project start/end via Shift + Rewind/Forward (370b5a6)
- Allow switching encoder assignment pages via Shift + Channel Left/Right (3f4cc63)
- Enable automatic port detection for setups with multiple extenders (dd504f8)
Bug Fixes
- Avoid issues with touch-sensitive automation writing (cdea1c2)
- Do not send channel fader down when a track's name is empty (de9c48b)
- Fix an issue where the first-received jog wheel event after loading the script would be ignored (aab865f)
- Improve VU meter update rate (6ca175f)
- Leave function buttons and foot switches unmapped by default. This avoids closing the Mapping Assistant when pressing a function button or foot switch to select it for mapping in Cubase 13. (9e17737)
- Reset a mixer channel's VU meter when the channel becomes unassigned by banking (848bf7a)
- Reset all button LEDs on script activation in case they were not reset before (3091540)
- Unassign encoder push value in value under mouse control mode (44cd497)
Performance Improvements
- Improve button LED feedback times (61486a5)
v1.9.0
1.9.0 (2024-01-10)
Features
- Allow inverting EQ gain by shift-pressing EQ gain encoders (370ed12), closes #17
- Implement port auto detection for all setups with one main and one extender device (e08fb09)
- Make encoder values with known defaults resettable by shift-pushing encoders (57f4898)
- Reset channel panners on encoder push, unless
resetPanOnEncoderPush
is set tofalse
(bbd4368)
v1.8.0
1.8.0 (2023-11-17)
Features
- Add a
channelVisibility
config option to simplify channel type visibility control (812fe2f) - Cubase 13 only: Add proper fader touch support for automation writing (e79ccab)
- Make the jog wheel zoom in and out when zoom mode is active (ff6c0ff)
- X-Touch: Enhance device surface layout to match the CGI product image (1e8c74d)
- X-Touch: Replace the
useEncoderColors
config flag with a more advanceddisplayColorMode
option, also making it possible to disable display color management altogether (d8d5eec)
Bug Fixes
v1.7.0
1.7.0 (2023-09-21)
Features
- Add a Mackie MCU Pro script variant (#11) – thanks @JDubs73 and @Support-AT for testing! (25508c4)
- Make "Shift + Display Name/Value" flip the scribble strip display rows (dfd2453)
- Mapping: Make "Shift + Bank Left" navigate to the first mixer bank (b9b3042)
- X-Touch: Add
useEncoderColors
config option (e98f414)
Bug Fixes
v1.6.0
1.6.0 (2023-07-05)
Features
- Add low-cut and high-cut filter pages to the "Track" encoder assign button (6551319)
- Add support for the iCON QCon Pro G2 (#7) (ee4a800)
- Add Track Quick Controls page to "Track" encoder assignment (a0a697c)
- X-Touch: Extend port detection by ports named "X-Touch INT" (d25b2ff)
Bug Fixes
- Fix an issue where turning multiple devices' encoders at once would leave channel strip displays showing values instead of returning to the respective parameter names (832a052)
- Use VST Quick Controls in "Inst" encoder assignment instead of Track Quick Controls (129cf46)
- Work around the regressions introduced in Cubase 12.0.60 (fd3a69b), closes #6 #5