Accesso rapido:  

Forum: General Discussion

Topic: controller triggering hot samplers and visual feedback

Questo argomento è obsoleto e potrebbe contenere informazioni obsolete o errate.

the sz2 has 8 fx assign buttons: vdj sees them as fxassign1 and fxassign2. i got a sample of this code but lost it due to remapping the sz2

please help me create a way to trigger specific samplers from a specific bank "myFX" regardless of the name of the sample
please help me get a visual feedback from the controller based on the samples being played

fxassign1
shift_press: stop sampler
sampler_bank "myFX" sampler_stop (3,1,5,7)

press: if loop, then play, else stutter
sampler_bank "myFX" (sampler_mood (3,1,5,7) 'on/off' ? sampler_play_stop(3,1,5,7) : sampler_play_stutter 3,1,5,7


controller visual feedback.
if empty: off else on
sampler_bank "myFX" sampler_used (3,1,5,7)  ? on : off 

if playing in loop:turn blink 1000ms //regular blink
if playing not in loop:loop: (blink 300ms, blink 100ms, blink 100ms) //special blink
sampler_bank "myFX" sampler_playing (3,1,5,7) ? sampler_mood (3,1,5,7) 'on/off ? blink1000 : blink 300 blink 100 blink 100 
 

Inviato Fri 16 Jun 17 @ 7:09 pm


(Vecchi argomenti e forum sono automaticamente chiusi)