It’s been a long time between updates and version 3 never saw the light of day, here’s version 4 Release Candidate 1. There are lot of changes under the hood including the beginnings of Stream Deck integration for display and page switching. As a result and to hopefully reduce the impact of their being horrible bugs impacting your work the new version is sitting in a new repository and has a new directory location of “bfw” rather than “icon” because it (optionally) has more integration via the Stream Deck. You should install the midi remote script into <“…\Documents\Steinberg\Cubase\MIDI Remote\Driver Scripts\Local\bfw\platformmplussd\bfw_platformmplussd.js”/>. The “…” will be wherever you have the Documents folder for your MIDI Remote scripts.
Here’s some highlights:
The page handling has been completely refactored. All pages are subpages and you can navigate to them directly using the new Shift page activated via the Mixer button. Use the Select and Mute buttons - when on the Shift page the top row of the LCD is Select button to page binding, bottom row for Mute buttons.
The LCD display now provides more information including track and parameter names, moving controls shows Values and then returns to parameter names. There’s even a Display Value Toggle to force Value display (for those of you with a good memory on what is where). You will find the Toggle on the Channel 1 Rec button on the new Shift Page.
An additional midi port binding for a Stream Deck - so you can setup buttons to control page switching and display much more information on the SD buttons (lots more characters than the LCD!). Note: You will need to create the loop back ports and select them in the Midi Remote when you add the controller (the names of the ports in the picture below - it was documented, looks like the AI might have eaten that . If you don’t have a Stream Deck the data will simply go nowhere and all will be well. Everything will still work, and the Shift Page (via Mixer button) supports the navigation. If you have a Stream Deck or Virtual Stream Deck (I use an old iPad above the Platform+) then you can set it up like the image below (navigation on the left, top right button updates when Display value is ON/OFF - I had buttons with Track Names, Parameter Names, and 4 lines of text but disabled that in this release, it needs more development).
There is documentation, of varying quality, on the configuration and bindings of all the pages in the repo here. I had an AI generate the docs and have only given them a quick glance for correctness. If you are familiar with the old setup then the bindings on each page haven’t changed, its just how you get to the pages that has and the displayed information.
Also in response to a request to streamline things for users, the AI had a crack at creating the necessary release action and with one small tweak it now works. You can find this release (and all future releases) on the github releases page:
Hope you enjoy the new release - be sure to use the new directory so you can switch back on the inevitable discovery of a myriad bugs.
Cheers,
——-
Loopmidi ports
In Cubase the Input is the …SD Input
On the Stream Deck the MIDI input is the …SD Output. Example for Mixer button below.
Midi note numbers for the pages are consecutive from 0 (Mixer), 1 (sel Chnl EQ)…5(Ch Strip Gate)….10 (Control Room), 11 (MIDI CC), 12 (Shift)
Thanks for your great work! I really like the way the controller works (before your old skript this controler was useless with cubase at my opionion). Thought about integrating the stream deck for exactly that purpose and will test this as soon as posible. Nice to see that it goes on with this “old” controller.
I’ve released a 4.0.1 now. Seems to be holding up just fine during my use (I stopped developing and made some (bad) music to see how it was to use.
I’ve added Unmute All and Deactivate All Solo as a result. They can be access on the Channel buttons or via Stream Deck (my SD setup below). The AI generated docs seem to be saying the right things about the configuration but post on this thread if it gives you trouble.
I’m very interested in this but I cant seem to get the links to work - it says 404 error.
Can I use it withot the stream deck and with only the Icon screen?
Opps, my bad. Forgot to push the “make public” button - you should find the links work now. This is the releases page which will update automatically with any new releases: Releases · woodcockr/cubase-bfw-platformplussd · GitHub
You can use it without the Stream deck. You will still need to setup the extra midi ports as if you had a stream deck but operation will not be impacted. The Mixer button will activate the Shift page which has navigation for the different pages. This is definitely more convenient via a SD or virtual SD but it works just fine pushing Mixer and then tapping Sel, Mute, etc for the different pages. I attempted to have the LCD display which page goes roughly with which button but the screen is very constrained. Still better something than nothing.
Thank you! Do you want comments/bugs on this page or on the repo?
I noticed that quick controls is on the first fader line 2 (it says EQ on the display) in stead of the second fader line two (where it says SndsQC)
I noticed that it is Track Quick Controls and not Focused Quick Controls which is what I need. I’ll dig into it! Very exited!
On the forum, this page is fine. That way others can join the discussion if they wish.
I will look into the two issues you’ve mentioned - I’ve not used Quick Controls at all in my recent usage.
I do find the Stream Deck page switching more convenient than the Shift Page (via the Mixer button). Both work though so I’m pretty happy with the refactoring.
I put up a new minor release - added the code mentioned on the forum to auto update the mixer zone when visibility is changed. It has a short time delay before it updates the Icon after a Visibility change in Cubase. Works though and much nicer than having to force a refresh.
Now the quick controls seem to control Focus Quick Controls for some reason. To me this is my main usage of the script - it is so nice to have my most used controls of any plugin on the small display and on the faders for automation writing - it is phenomenal!
I’m not into programming at all, and for some reason my script with the icon has been quite unstable. Multiple instances showing up in Nuendo and Cubase, no connection at times, the script working in smaller session but not larger and so on, so I really hope to have a solid solution. Now I know that there is a json file I can delete if things mess up
I just checked and the code only uses mFocusedQuickControls. So it will be whatever is in focus - so instrument controls when focus is on an instrument and track controls when on a track. At least it should be - unless there is a lock active in Cubase or something isn’t refreshing when the focus changes. I can’t test it myself right now but have noted the issue in my dev logs.
These are midi remote project, setting, script update, json config caching issues. The README.md file contains my attempt at getting a consistent method to get Cubase, including the currently open project, to refresh everything if you replace the midi remote script. It is still hit and miss. During development I tend to:
Replace the script
Open a project
If the script has no errors it will usually initialise - with the incorrect midi ports assigned even though the icon will become active and move faders (only some ports are broken).
Hit midi remote refresh scripts button
3 will happen again
Chances are there will be a Shadow (disabled) icon midi remote as well as the newly initialised one (with incorrect ports)
Remove the Shadow one
Remove the one that says it is “working” - I usually use the Pop up window with the midi remotes in it to remove it since during dev I have it open.
Delete the MIDI Remote\USers Setting\bfc_platformplussd_…json file.
Re-add the control surface with correct midi ports - this time it should come up fully correctly
Save the Project
Sometimes this will result in the project having the new setting embedded. Sometimes it doesn’t. I’ve never figured out a reliable way to get Cubase to update to what the actual script says when it is updated. The cached Json (step 9) will update as well during midi remote script reload (which is why its important to remove it, in case it decides to use it after the main script is updated).
It’s very annoying to say the least. My theory is that some part of the midi remote mapping is being stored in the Project file, and isn’t always updated when the script is.
On this aspect I don’t know what else to do. It appears to be outside the scripting control.
Exactly my experiences! Glad you made a guide to get around it as much as possible. We should report it to Steinberg - but I guess it has been done? Would be so nice to have it ironed out.