Hi,
I'm back again with another cording riddle which I'm sure there must be a solution to. I'll try and explain it as clearly as I can hehehe...
I've got a loop, say it's perfectly trimmed to 1 bar or whatever
I've got a hardware midi controller that's a slider and can transmit on a CC (say 21 for emu's midi A or whatever) to the emu
Now I want to play the loop, but I want to be able to move the data entry slider and have it move the loop point in the loop so say at one extreme it plays the loop in full, I pull it down to half way, it moves the loop point to exactly 1/2 way through the loop (so plays the first half of the loop over and over continuously), then if I move it to near 1/4 position it'll loop the first beat over and over.
Obviously I don't want it moving the loop point to a % of the loop length, as it'd start looping out of time and stuff, so it'd have to be quantized based on the nearest beat to where the data slider is kinda thing.
Can anyone cord me up? Cheers in advance for reading my dilemma.