Given that the VDJ 8 sampler has many pages, sometimes a sample might be playing, but you may not know on which page, hence a sampler mute button can help. Alternatively you might want to turn off multiple samples using just one button. Below is some code to assign a button to mute the sampler output, and light its LED.
Button | sampler_volume_master 100% ? sampler_volume_master 0% : sampler_volume_master 100%
Button LED | sampler_volume_master 0% on
Button | sampler_volume_master 100% ? sampler_volume_master 0% : sampler_volume_master 100%
Button LED | sampler_volume_master 0% on
Inviato Mon 06 Apr 15 @ 3:57 pm
I might be able to simplify this one, I missed a mute option!
Anyway it works.
Anyway it works.
Inviato Mon 06 Apr 15 @ 5:55 pm
sampler_stop all
Inviato Tue 07 Apr 15 @ 7:05 am
Mute is different to stop, if the mute button is pressed a second time then all the samples which are playing can then be heard. However stop, stops them all, and pressing it again does nothing. There is a simplifying mute script for the sampler that I missed.
Inviato Tue 07 Apr 15 @ 7:13 am





