AUTO-ADMIN: Non-MP3, WAV, OGG, SoundCloud, YouTube, Vimeo, Twitter and Facebook links in this post have been protected automatically. Once the member reaches 5 posts the links will function as normal.
Is it possible to bind knobs to different parameters depending on the mode selected on the controller using the hardware API? I am trying to use the hardware API here.Code: Select all (#)
mTrack1VolumeKnob.setBinding(MODE_VOLUME_OR_PAN
? mMainTrackBank.getItemAt(0).volume()
: mMainTrackBank.getItemAt(0).pan()
);
