How to create a simple Kontakt GUI

Sampler and Sampling discussion (techniques, tips and tricks, etc.)
RELATED
PRODUCTS

Post

Hello, I created this knob for the Retrigger LFO function, but... how do I link it to actually control the LFO? Like this I just have the knob...
Sorry for asking but I am stuck and do not understand well KSP.

Cheers!

on init
make_perfview
declare ui_switch $RETRIGGER
make_persistent($RETRIGGER)
end on

on ui_control($RETRIGGER)
set_engine_par($ENGINE_PAR_INTMOD_RETRIGGER,$RETRIGGER * 1,0,-1,-1)
set_engine_par($ENGINE_PAR_INTMOD_RETRIGGER,(1 - $RETRIGGER) * 1,0,-1,-1)
end on

Post


Post Reply

Return to “Samplers, Sampling & Sample Libraries”