Controller API: clipLauncherSlotBank

Post Reply New Topic
RELATED
PRODUCTS

Post

Hello all,

I'm trying to get a clipLauncherSlotBank for a Track, but the method always returns me null. Some pseudo code that I use (Java):

Code: Select all

ClipLauncherSlotBank x;
trackBank = host.createMainTrackBank(nTracksInBank,0,0);
track.trackBank.getItemAt(index);
x = track.clipLauncherSlotBank();
I'm sure some of you use clip launchers, so: any idea what I'm doing wrong?

Thanks!

Post

pegox wrote: Wed May 29, 2019 9:11 pm Hello all,

I'm trying to get a clipLauncherSlotBank for a Track, but the method always returns me null. Some pseudo code that I use (Java):

Code: Select all

ClipLauncherSlotBank x;
trackBank = host.createMainTrackBank(nTracksInBank,0,0);
track.trackBank.getItemAt(index);
x = track.clipLauncherSlotBank();
I'm sure some of you use clip launchers, so: any idea what I'm doing wrong?

Thanks!
In createMainTrackBank you set the scenes to 0, which means also the clips are 0.

Post

Thanks. (Feeling kinda dumb now...)

Post Reply

Return to “Controller Scripting”