登录:     


Forum: General Discussion

Topic: Script for pitch slider

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

Hi, my controller is the Sx3 and I use a 4 deck skin. I would like to have my pitch slider return to 0 by using a feature on my Sx3 which I don't use instead of resetting it back with my mouse. Is there a way to reset the pitch slider for all the decks at once or reset the two decks on the left side with one feature on the left and a separate one for the two decks on the right? Thank you in advance.
 

发表时间 Fri 15 Jan 21 @ 12:59 am
This should probably do: deck all pitch_reset

And you can set resetPitchOnLoad in settings instead perhaps.
Probably what you really want. The pitch to be zero at new song load
 

Yes, thank you that's what I'm trying to do.. I'll try it.
 

I typed in the action as:
deck all pitch_reset
And I used the start button for flip which I don't use. However the left 2 decks reset slowly but the right 2 decks jump quickly to the 0 reset. Did I do something wrong?

 

deck 1 pitch_reset 3%
deck 2 pitch_reset 3%
deck 3 pitch_reset 3%
deck 4 pitch_reset 3%

OR

deck 1 pitch_reset 3% & deck 2 pitch_reset 3%
deck 3 pitch_reset 3% & deck 4 pitch_reset 3%

 

Thank you for responding so quickly. However, I used the first set you advised and the same thing is happening. Left side decks reset slow which is good but the right 2 decks jump directly to the 0 reset when I push the flip start button?
 

Seems to perhaps be a bug with : deck all pitch_reset
As you said the other decks dont reset slowly..

For now you can use:
deck left pitch_reset & deck right pitch_reset

Or
deck 1 pitch_reset & deck 2 pitch_reset & deck 3 pitch_reset & deck 4 pitch_reset
 

Is there a script to have each deck reset slowly with separate buttons? I could use the Flip Rec button for deck 1, Flip Start button deck 3, Flip Rec button for deck 2 and Flip Start button for deck 4?
 

MUSICMAN612 wrote :
Is there a script to have each deck reset slowly with separate buttons? I could use the Flip Rec button for deck 1, Flip Start button deck 3, Flip Rec button for deck 2 and Flip Start button for deck 4?


Not sure what you meant by flip and rec

But you can have individual pitch reset buttons per deck. Simply use the action: deck X pitch_reset
Where X is the number of the deck.

Since you mention flip, probably not the case, but you might also mean something like pitch lock (locks the pitch to other deck) or beat lock (locks the beat). But maybe not. Got a bit confused with the flp and rec ;-) hehe
 

I don't use the Flip option on my SX3. On the SX3 there is a rec and start button for flip above the auto loop section on both sides of the mixer. The way it is resetting now by the scripts you gave, I can hit the start button which I programmed it for and it resets all four decks with the right 2 resetting by jumping to the zero.
 

Ah now I understand.
Yes you can use buttons on the controller that you dont use, and put your own actions there

If you use this as action it should do all decks slowly:
deck 1 pitch_reset & deck 2 pitch_reset & deck 3 pitch_reset & deck 4 pitch_reset


Not working for you?
 

Well I typed the script in the action consecutive like you had it and touched the flip start button. It is still resetting quickly on the right two decks and slowly on the left two decks. I'll go back to using the mouse to reset them. I do appreciate your help. Thank you.
 



(陈旧帖子或论坛版块会自动关闭)