Code: Select all
SEQ_STEPS=16;
SEQ_KEYS=12;
Code: Select all
cursorClip = host.createCursorClip(SEQ_STEPS, SEQ_KEYS);
cursorClip.addStepDataObserver(onStepExists);
Code: Select all
function onStepExists (step, key, exists)
{
stepSet[step] = exists;
stepSet[step] ? stepKey[step] = key : stepKey[step] = 0;
}
http://gfycat.com/ScornfulElegantFirebelliedtoad
