Page 1 of 1

Assigning 1/2x 1x and 2x possible?

Posted: Fri Jan 06, 2012 12:51 pm
by jeremiah
Hi all, I'm mapping some SL commands to an FCB1010 and I would like to assign some buttons to toggle between 1/2x, 1x and 2x but I don't see that command listed in the midi bindings in the SL prefs. Am I just missing something or is there a different approach needed to map these commands?

Thanks a ton!

Re: Assigning 1/2x 1x and 2x possible?

Posted: Fri Jan 06, 2012 6:11 pm
by jesse
You need to make manual bindings in the Prefs->Midi Bindings to the 'rate' control, where you specify the 'Targ Range' min and max value to be the same desired rate that you want (0.5, 1, or 2, for your examples). Then any event that matches the binding will just set it to that value.

Re: Assigning 1/2x 1x and 2x possible?

Posted: Sat Jan 07, 2012 3:32 am
by jeremiah
Thanks Jesse - your support is legendary and greatly appreciated!

So, to make a loop go from 1x to .5x, the 'midi event' dialog should read as follows: targ range 0.5 to 1 'normal'
Data range 0 - 127
Correct? 

Re: Assigning 1/2x 1x and 2x possible?

Posted: Sat Jan 07, 2012 8:45 pm
by jesse
That would work if you used a midi CC where the controller toggled between sending a 0 or a 127, then you'd toggle between 1/2 and 1x. But if you wanted to dedicate a button to always going to 1/2 speed (with others going to 1x, or 2x), then you would set both targ range numbers to the same (desired) value.

Re: Assigning 1/2x 1x and 2x possible?

Posted: Wed Jan 11, 2012 2:16 am
by jeremiah
Works like a charm!

Screengrab below
Screen shot 2012-01-11 at 12.09.49 AM.JPG
I actually wasn't able to get one button to toggle between .5 and 1x but I'm sure after spending some more time with it it will happen.

This is extremely useful stuff. Thanks a ton for taking the time!

Re: Assigning 1/2x 1x and 2x possible?

Posted: Wed Jan 11, 2012 4:53 pm
by jesse
No, with a program change message you won't be able to do the toggle mode. You need to send a CC for that where your controller toggles the value it sends between 0 and 127. You said you are using the FCB1010? That thing can be configured to do anything, if you can figure it out :)

Re: Assigning 1/2x 1x and 2x possible?

Posted: Thu Jan 12, 2012 5:55 am
by jeremiah
Nice! Got it toggling... I had overlooked switching the scaling type from "normal" to "toggle". Interestingly enough, it's still a PC not a CC message.. but it works!

I figured I would post screenshots in case anyone else, who is new to midi is attempting to figure out the same thing...

Re: Assigning 1/2x 1x and 2x possible?

Posted: Thu Jan 12, 2012 3:37 pm
by jesse
Nice catch! I can't even remember all the junk that I put in there.....