GlobalModulators.Retrigger question
-
I want to retrigger a LFOModulator inside a GlobalModulatorContainer, without pressing a key, so I found that if I "create generic script reference" for the "Global Modulators" I can access this attribute "GlobalModulators.Retrigger"
GlobalModulators.setAttribute(1, value);
I thought that it would "retrigger" the modulator chain I have setup inside the "GlobalModulators" just like when pressing a key, but it doesn't seem to do anything at all.
What exactly does it do? -
When using
GlobalModulators.getAttribute(0)
"Monophonic"
I get value -1I get the same value for "Retrigger" using
GlobalModulators.getAttribute(1)
-
Ok, forget about it I think I understand now, if "legato" is disabled, and the setting for Retrigger = true, it will retrigger the GlobalModulator if a key is pressed even if I already have a keypressed, right?
But what if I want to retrigger the GlobalModulator without pressing a key, is it possible?
-
hmm...that was not right, it will retrigger even if legato is enabled...I don't understand this
-
aha.."legato" button, disable retriggering if multiple key are pressed
Still I wonder if I can retrigger the GlobalModulator without pressing a key? -
@ulrik said in GlobalModulators.Retrigger question:
But what if I want to retrigger the GlobalModulator without pressing a key, is it possible?
Create an artificial note on in the Global Modulator Container only.
-
@Christoph-Hart great, thanks!