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 );