LFO's triggering on note on
-
Hi all, been a while, so sorry in advance if this is a stupid question, but I'm looking to stop LFO's triggering when a MIDI note-on message is received. For example with an arpeggiator loaded, it's also triggering the LFO. where do I need to look?
-
Modulator Channel filters.....
So whilst we are here in the "moving away from the 20th Century" mode, I think it would be nice if our modulators (especially Global modulators and macro Mod...
Forum (forum.hise.audio)
-
Is the LFO affecting MIDI data or does it affect the audio?
-
@paper_lung
lfo.setAttribute(10, false);
orlfo.setAttribute(10, true);
All the best
Oli -
@Oli-Ullmann What is attribute 10?
-
@d-healey
Attribute 10 is:"IgnoreNoteOn"
i.e. whether the LFO is retriggered or not when a note on message occurs. -
@Oli-Ullmann Ah good to know, thanks! So we can use
Lfo.IgnoreNoteOn
-
@d-healey
I did not use it like that but it should work. :-) -
@Oli-Ullmann Perfect, thanks!