Page 1 of 1

Cue's running with one knob

Posted: August 15th, 2017, 6:10 pm
by jancsi27
I have a cue list, with 4 sequence, and I would to switch them with one midi knob.
How can I learn the knob in the setup menu?
If the velocity value of the knob is 0-60, turn on the sequence 1 in the cue list
If 61-120 turn on the sequence 2
...

Thank you!

Re: Cue's running with one knob

Posted: August 16th, 2017, 3:22 pm
by Partyman
I do not think it will be possible to do what you want with Freestyler

Re: Cue's running with one knob

Posted: August 23rd, 2017, 12:29 pm
by T0NIT0 RMX
jancsi27 wrote: August 15th, 2017, 6:10 pm I have a cue list, with 4 sequence, and I would to switch them with one midi knob.
How can I learn the knob in the setup menu?
If the velocity value of the knob is 0-60, turn on the sequence 1 in the cue list
If 61-120 turn on the sequence 2
...

Thank you!
hello,

I have an idea for that, but it depends if you like complicated things..
Maybe try to use AutoHotKey (sorry if it's forbidden to talk about other software, but here it's in hope to help) software to make a script that transform midi input in keystroke, say "q" "w" "e" "r".
It should be possible I assume with an appropriate library (https://autohotkey.com/board/topic/2805 ... t-library/)

So learn how it works and create a script that transform you knob value to keystrokes "q" "w" "e" "r" accordingly to its position.

Now in FS just set "a" as a hotkey for sequence 1, "w" as a hotkey for sequence 2, "e" as a hotkey for sequence 3, "r" as a hotkey for sequence 4.

That's just an idea but it's definitely worth a try !

Re: Cue's running with one knob

Posted: November 22nd, 2019, 9:14 pm
by jancsi27
I know this software. But it no good for me, I use the keyboard many times, if I search songs with Virtual Dj.
Thank you, for your idea.