Hi, I think it would make sense to add something like this:
ourpage.mHostAccess.mTrackSelection.mMixerChannel.mInstrumentPluginSlot.mParameterBankZone.includeOnlyKnobs, or faders or buttons. I’m not sure if fader type is exposed, however, button is certainly exposed.
This way we could map more efficiently our controllers.
Another way would be to add a .typeOf as follows:
var param=paramZone.makeParameterValue()
var typeOf=param.typeOf(), for e.g. “knob”,“fader”,“button”.