I currently set a few keyboard shortcuts to access different sampler banks. I use a ddj-Sx2 and would like for the ddj to automatically switch to the sampler on the pads (if it's on one of the other functions) when I select a sampler bank on the keyboard. Is there a way to map that? Thanks
Inviato Mon 04 Apr 16 @ 10:55 pm
Yes. Simply add the following piece of code on the beginning of your script:
set 'padmode' 7 & sideview 'sampler' & (your code)
You can omit the second command if you wish
set 'padmode' 7 & (your code)
but this way the browser will not automatically switch to sampler page in order to view the sampler pads
set 'padmode' 7 & sideview 'sampler' & (your code)
You can omit the second command if you wish
set 'padmode' 7 & (your code)
but this way the browser will not automatically switch to sampler page in order to view the sampler pads
Inviato Tue 05 Apr 16 @ 10:24 am
Thanks, that worked great! The command I am using is sampler_bank "xXxX" and it actually pulls it into the side list automatically, I didn't need the second part.
One thing I noticed though, it only selects the sampler on the left deck. What padmode # would it be on the right deck?
Thanks again phantom, I really appreciate it!
One thing I noticed though, it only selects the sampler on the left deck. What padmode # would it be on the right deck?
Thanks again phantom, I really appreciate it!
Inviato Wed 06 Apr 16 @ 12:51 am