Controlling LFOs
-
It would be nice to have a programmatic way to start and stop LFOs, I can "sort of" do this with the loop button - turn it off and the LFO stops at the end of its current cycle, turn it on and it restarts - but doesn't start from the beginning...unless there's some way to do this that I've missed...(not unusual)..other than issuing some note to make it happen...so not actually programmatic entirely...
-
@Lindon You can design your own LFO in scriptnode and add the functionality there.
You can use this replicate of the HISE LFO as starting point:
hise_tutorial/ScriptnodeHiseModules at master · christophhart/hise_tutorial
The Tutorial project for HISE. Contribute to christophhart/hise_tutorial development by creating an account on GitHub.
GitHub (github.com)
-
@Christoph-Hart Ok thanks...Im assuming I can compile my script node and use it in a HardCodedTimeVariantModulator?
-
@Lindon yup
-
@Christoph-Hart said in Controlling LFOs:
@Lindon You can design your own LFO in scriptnode and add the functionality there.
You can use this replicate of the HISE LFO as starting point:
hise_tutorial/ScriptnodeHiseModules at master · christophhart/hise_tutorial
The Tutorial project for HISE. Contribute to christophhart/hise_tutorial development by creating an account on GitHub.
GitHub (github.com)
Sadly I cant seem to make the lfo example do anything....
-
@Lindon move the time variant modulator into a sound generator, if it's just on the master chain it won't process MIDI messages.
-
@Christoph-Hart thanks _ I'll give it a go...