Hello,
I’m currently working on an integration between Cubase and a standalone Electron application, which will act as an expression maps remote controller on an iPad.
For this, I need to reliably retrieve:
-
The list of all tracks in the current project (by name),
-
The record-arm state of each track,
-
The name of the currently selected track.
So far, I haven’t found an elegant, optimized, and resource-efficient way to access this information using only the MIDI Remote API. Track name access in particular seems quite limited, and workarounds feel fragile or inefficient for a production-level solution.
Is there any plan from Steinberg to provide broader access to project and track data for external applications, or to make the Hardware Remote SDK available to third-party developers? This would greatly help advanced integrations beyond traditional MIDI controllers.
sorry about the vst3 tag, I didn’t find the correct tag
Thank you for your time