I am working an script for the Launchkey 61 Mk3, but I am stuck with the bank indication.
By searching here and there, I write this following code for the api version 12 :
Code: Select all
switch(button) {
case previousTrack: trackBank.scrollBackwards(); break;
case nextTrack: trackBank.scrollForwards(); break;
}Code: Select all
trackBank = host.createTrackBank(8 /* num tracks */, 0 /* num sends */, 2 /* num scenes*/);Someone now how to do this little thing ?
A second question.
On previous API version exist specific functions to move the clip bank "up" and "down", and "right" and "left". Now exist only "scrollBackwards()" and "scrollForwards()", how to move the clip bank indication in 4 directions ?
