accessing clips? banks of clips?

Post Reply New Topic
RELATED
PRODUCTS

Post

i'm wanting to press record on a set of specific tracks and clipslots. Can't seem to figure out how to navigate this..


If i have a trackbank that i'm working through... i can't seem to get the launcher slots for it. it returns null

for (i=0;i < this.trackBank.getSizeOfBank(); i++){
var track = this.trackBank.getItemAt(i);
var slots = track.getClipLauncherSlots();
}

cursorTracks and CursorLauncherClips seem to only look at one clip at a time and i want to be able to loop through a set of empty clip slots and set them to record.

I guess i could make 8 CursorLaunchers but this seems excessive or not right. Any tips or pointers?
----------------------------------------------------------------------
http://instagram.com/kirkwoodwest/
http://soundcloud.com/kirkwoodwest

Post

answer... seems... to be....... right here.

viewtopic.php?t=526037

Make sure the track bank has more than 0 scenes. omg. :party:
----------------------------------------------------------------------
http://instagram.com/kirkwoodwest/
http://soundcloud.com/kirkwoodwest

Post Reply

Return to “Controller Scripting”