how can i program the 'fader start ' so to reset the pitch or pitch zero on the other deck when i move the crossfading knob? I have tried 'fader_start & pitch_reset' but it seems is not the right one
Posté Mon 29 Apr 19 @ 10:50 am
I'm not sure exactly what you want to do
Fader_start doesn't start the track - it simply enables fader start for the deck, so you then have to use the fader afterwards to start the track
But reset_pitch immediately starts gradually resetting the pitch when you trigger it
So what is the flow you want to happen when you click the button?
Fader_start doesn't start the track - it simply enables fader start for the deck, so you then have to use the fader afterwards to start the track
But reset_pitch immediately starts gradually resetting the pitch when you trigger it
So what is the flow you want to happen when you click the button?
Posté Mon 29 Apr 19 @ 11:45 am
I have customised a button as a fader start. With this on , at the moment i start moving the crossfader , the other deck begins to play like the way you describe. At this point ,i want to programme it so when the other deck starts to play also to automatically to start resetting the pitch when i move the crossfader or -alternatively- to reset directly to 0 without using the RESET PITCH button .
Posté Mon 29 Apr 19 @ 3:55 pm
Remap you crossfader to this
crossfader & fader_start ? crossfader 0% ? set 'xf' 2 : crossfader 100% ? set 'xf' 1 : var 'xf' 0 ? nothing : var 'xf' 1 ? deck 1 pitch_reset & set 'xf' 0 : var 'xf' 2 ? deck 2 pitch_reset & set 'xf' 0 : nothing
crossfader & fader_start ? crossfader 0% ? set 'xf' 2 : crossfader 100% ? set 'xf' 1 : var 'xf' 0 ? nothing : var 'xf' 1 ? deck 1 pitch_reset & set 'xf' 0 : var 'xf' 2 ? deck 2 pitch_reset & set 'xf' 0 : nothing
Posté Mon 29 Apr 19 @ 4:57 pm
I will try it. Thanks.
Posté Wed 01 May 19 @ 9:36 pm
I tried it but it didn't reset the pitch. Also i could not Off the fader start when i press the custom button (no light showing when is off or on)
Posté Wed 01 May 19 @ 10:02 pm
The script is for your crossfader not a button, you'll still need your button to turn FS on/off
Posté Wed 01 May 19 @ 10:06 pm