My cue editor shows:
Editing cue 0 step 1
My step 1 currently shows:
setNoteList(1,0);
setNoteList(2,0);
I now want to insert a setTrack() function at step 1, so I press edit and choose insert function, but it only offers me this list:
random()
chance()
How do I insert setTrack() or any of the other functions into the step?
ADDED: OK, I see it now. the set functions are not included in the insert function operation, but are inserted directly via their live play key combos.