Remote API is great, but many features are missing. It would be great if you will add the following…
Pan control for Combined Panner mode
.mMixerChannel.mValue.mPan; - default for Stereo Balance mode, in combined pan it move together L and R panners with constant width.
.mMixerChannel.mValue.mPanWidth; - to move L and R pan towards or away from each other
or alternative control:
.mMixerChannel.mValue.mPanL; - to control left channel pan .mMixerChannel.mValue.mPanR; - to control right channel pan
And a method for determining the type of panning to use:
page.makeValueBinding(knob1.mSurfaceValue, page.mHostAccess.mTrackSelection.mMixerChannel.mValue.mPan).setPanTypeStereoBalance();
page.makeValueBinding(knob1.mSurfaceValue, page.mHostAccess.mTrackSelection.mMixerChannel.mValue.mPan).setPanTypeCombined();
page.makeValueBinding(knob2.mSurfaceValue, page.mHostAccess.mTrackSelection.mMixerChannel.mValue.mPanWidth).setPanTypeCombined();
Key commands feedback for toggle actions, or set snap\grid type
This is necessary to cancel assigned mappings when activating an another page, etc.
page.makeActionBinding(knob2.mSurfaceValue, page.mHostAccess.NoAction).setPanTypeStereoBalance();
I asked for this, but panner is more than standard / stereo combined panner. There’s also surround panner and anymix pro panner. I’d like to have something like the channel strip viewer to handle pan.
This would be great, but i don’t think Key Commands could provide feedback. Another way would be to add these as values. Like they did for transport. I would also like to have feedback on automation modes and q-link among others.
This is already possible. For this i make a “dummy host” per page using customHostVariable. And bind unused surfaceElements to this dummy. When switching page / subPage, my displays are updated with a blank title and displayValue.
This i miss too. It would be nice to get a full feature with support for all types of panners here. And also being able to switch the “follow main pan function”.
Also apparently last time I looked, there is no equivalent of alt+shift+edit settings to open all plug in windows?
Do you know if there is a handle to select , open gui etc of insert fx by index ie 1,2,3 etc