Quantcast
Channel: KVR Audio
Viewing all articles
Browse latest Browse all 5552

Controller Scripting • DrumPadBank and scrollPosition().

$
0
0
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.

Code:

    drumPadBank = cursorDevice.createDrumPadBank(16);    drumPadBank.scrollPosition().addValueObserver((i) -> {              LogUtil.println("Drum Pad Bank Scroll Position: " + i);    });
Screenshot 2024-06-24 at 1.40.49 PM.png
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).

Statistics: Posted by Kirkwood West — Mon Jun 24, 2024 8:44 pm — Replies 1 — Views 28



Viewing all articles
Browse latest Browse all 5552

Trending Articles