hello all!
I need a bit of help from anyone that knows about mapping this device.
Im mostly using it to control the sampler on VDJ - i want to set on of the buttons to turn on the default sampler loop on or off. while mapping i put in "default sampler loop on" now this works to put the given sample in a loop but i also want the same button to turn the loop off if its already on!
any advice will be appreciated by this noob!
I need a bit of help from anyone that knows about mapping this device.
Im mostly using it to control the sampler on VDJ - i want to set on of the buttons to turn on the default sampler loop on or off. while mapping i put in "default sampler loop on" now this works to put the given sample in a loop but i also want the same button to turn the loop off if its already on!
any advice will be appreciated by this noob!
Inviato Mon 02 May 11 @ 12:34 am
First be shure that you have set the buttons to "Toggle" in the Nano Kontrol editor software.
And then you are able to map the Buttons with that script:
X stands for the samplerslot (1-12):
eg sampler 1 play_stop or sampler 5 play_stop and so on.
And then you are able to map the Buttons with that script:
sampler X play_stop while_pressed
X stands for the samplerslot (1-12):
eg sampler 1 play_stop or sampler 5 play_stop and so on.
Inviato Mon 02 May 11 @ 5:33 am
Hi Chackl, I dont think you understood my question. I just want to know what the correct script will be to turn the loop function on the default sampler on or off! appreciate the response anyway!
Inviato Mon 02 May 11 @ 7:10 am
Try this one
sampler default loop
it toggles sampler loop on & of
sampler default loop
it toggles sampler loop on & of
Inviato Mon 02 May 11 @ 1:35 pm