Is there a way to keep the selections the for each DrumPadBank when switching the cursor track?
I'm experiencing every time the cursor track switches, the drumPadBank scrolls to 36 no matter what.
Anyone have tips about this? or is it just standard behavior at the moment? Perhaps, I should request the ability to maintain scroll position for each cursor track & cursor device changes. (Not sure how to word that).
I'm experiencing every time the cursor track switches, the drumPadBank scrolls to 36 no matter what.
Code:
drumPadBank = cursorDevice.createDrumPadBank(16); drumPadBank.scrollPosition().addValueObserver((i) -> { LogUtil.println("Drum Pad Bank Scroll Position: " + i); });
Statistics: Posted by Kirkwood West — Mon Jun 24, 2024 8:44 pm — Replies 1 — Views 28