Sup people, how are y'all doing?
So, i just got myself a pro infinity license and need help re-mapping some old controllers...i have been trying some scripts with no success so far...it's really stressing me out :(
I got this Pioneer ddj wego2 and i wish to do the following things:
- Assign one of my eq knobs to work as a eq filter knob by pressing shift+the eq knob of my choice (i pretend to use shift+low knob to simulate the filter knob);
- Use shift+a random eq knob to control the effect level in each deck (pretty much like a regular effect knob in pioneer ddj-rb or sb...but in this case i would press shift+the eq knob of my choice to controll the effect level);
- Use a random button from each deck to cycle between 3 pad pages of my choice (for example: hotcues, saved loops and a custom pad page);
- Use shift+a random eq knob to control the gain on each deck
Can any of you guys help me out with ideas for the scripts that can accomplish the things i listed above? I'd be really grateful!
So, i just got myself a pro infinity license and need help re-mapping some old controllers...i have been trying some scripts with no success so far...it's really stressing me out :(
I got this Pioneer ddj wego2 and i wish to do the following things:
- Assign one of my eq knobs to work as a eq filter knob by pressing shift+the eq knob of my choice (i pretend to use shift+low knob to simulate the filter knob);
- Use shift+a random eq knob to control the effect level in each deck (pretty much like a regular effect knob in pioneer ddj-rb or sb...but in this case i would press shift+the eq knob of my choice to controll the effect level);
- Use a random button from each deck to cycle between 3 pad pages of my choice (for example: hotcues, saved loops and a custom pad page);
- Use shift+a random eq knob to control the gain on each deck
Can any of you guys help me out with ideas for the scripts that can accomplish the things i listed above? I'd be really grateful!
Posted Tue 23 Mar 21 @ 1:55 am
eq_low mapping to filter
shift ? filter : eq_low
eq_mid mapping to filter
shift ? effect_slider 'echo' 1 : eq_mid
button for pad_page [a few ways]
pad_page 'hotcues' ? pad_page 'saved loops' : pad_page 'saved loops' ? pad_page 'custom' : pad_page 'custom' ? pad_page 'hotcues' :
gain is just
gain
so it's more or less the same as the first two
shift ? filter : eq_low
eq_mid mapping to filter
shift ? effect_slider 'echo' 1 : eq_mid
button for pad_page [a few ways]
pad_page 'hotcues' ? pad_page 'saved loops' : pad_page 'saved loops' ? pad_page 'custom' : pad_page 'custom' ? pad_page 'hotcues' :
gain is just
gain
so it's more or less the same as the first two
Posted Tue 23 Mar 21 @ 5:03 am
Thanks for the quick reply man, gonna test it out later today!
Posted Tue 23 Mar 21 @ 3:03 pm