I am using jpboggis' script line (the second one for any 2 side button) to switch between decks 1-3 and 2-4 on the RMX.
The problem i am finding is that even though i have the jogs set on CD mode in the option, when i switch to 3 and 4 it starts acting as a vinyl.
This is a major issue since i use the jogs to pitch bend.
A different minor issue is that i have my source buttons on the RMX mapped to swap between decks and using the above described script line when its on deck 1 the source button LED is on while id much prefer if it were the opposite (deck 1 led off, deck 3 led on). I have tried mapping the LED as a separate key but without success.
Any help with these issues would be much appreciated since i have a gig coming up in 4 hours.
Quote :
device_side 'left' ? deck 1 leftdeck ? on & deck 3 leftdeck : deck 1 leftdeck : deck 2 rightdeck ? on & deck 4 rightdeck : deck 2 rightdeck
The problem i am finding is that even though i have the jogs set on CD mode in the option, when i switch to 3 and 4 it starts acting as a vinyl.
This is a major issue since i use the jogs to pitch bend.
A different minor issue is that i have my source buttons on the RMX mapped to swap between decks and using the above described script line when its on deck 1 the source button LED is on while id much prefer if it were the opposite (deck 1 led off, deck 3 led on). I have tried mapping the LED as a separate key but without success.
Any help with these issues would be much appreciated since i have a gig coming up in 4 hours.
Posté Fri 29 Oct 10 @ 4:17 pm
Go into CONFIG -> Options and click on Jog Mode until it reads CD.
If you wish to toggle this on the fly, update the SCRATCH button to:
(By default it's mapped only to do this for decks 1 & 2)
For the LED, simply change the position of on & in the script. e.g:
If you wish to toggle this on the fly, update the SCRATCH button to:
deck 1 vinyl_mode & deck 2 vinyl_mode & deck 3 vinyl_mode & deck 4 vinyl_mode
(By default it's mapped only to do this for decks 1 & 2)
For the LED, simply change the position of on & in the script. e.g:
device_side 'left' ? deck 1 leftdeck ? deck 3 leftdeck : on & deck 1 leftdeck : deck 2 rightdeck ? deck 4 rightdeck : on & deck 2 rightdeck
Posté Fri 29 Oct 10 @ 5:20 pm
It it is already on CD mode in the options and it still doesnt work. Ill try scripting it. Thanks.
Posté Fri 29 Oct 10 @ 5:48 pm
The LED solution worked like a charm
The vinyl issue is also somewhat resolved. It only works on deck 1-2 and 3-4 alternatively so i cant bitch bend 1 and 4 or 3 and 2 at the same time. Its still better than not having the option at all on 3-4.
Thanks a tone.
The vinyl issue is also somewhat resolved. It only works on deck 1-2 and 3-4 alternatively so i cant bitch bend 1 and 4 or 3 and 2 at the same time. Its still better than not having the option at all on 3-4.
Thanks a tone.
Posté Fri 29 Oct 10 @ 6:26 pm
Try the following for toggling vinyl mode on/off on all decks to the same state:
deck 1 vinyl_mode on ? deck 1 vinyl_mode off & deck 2 vinyl_mode off & deck 3 vinyl_mode off & deck 4 vinyl_mode off : deck 1 vinyl_mode on & deck 2 vinyl_mode on & deck 3 vinyl_mode on & deck 4 vinyl_mode on
Posté Sat 30 Oct 10 @ 10:26 am