Groups, Nested Effects and Track banks

Post Reply New Topic
RELATED
PRODUCTS

Post

I'm having a strange time here trying to use the TrackBank

My project tracks Looks like this...

Root
--Main
---BASS
---DRUMS
------SNARE
------HIGH HATS
------DRUM SEND A
------DRUM SEND B
SEND A
SEND B
MASTER

I cannot seem to get my trackbank to include DRUM SEND A or DRUM SEND B in its bank... I've also tried the TrackEffectsBank and both DRUM Send A and B are missing as well.

here is the code for the trackBank... is there something i'm missing?

Code: Select all

int num_tracks = CHANNEL_FINDER_TRACK_COUNT;
int num_sends = 8;
int num_scenes = 8;
boolean has_flat_list = true;
track_bank = host.createTrackBank(num_tracks, num_sends , num_scenes , has_flat );
----------------------------------------------------------------------
/CTRL → http://slashctrl.io
Music & mixes → http://soundcloud.com/kirkwoodwest

Post Reply

Return to “Controller Scripting”