Modulating in Scriptnode with an Oscillator - what am I doing wrong?
-
These are the nodes I'm using to create a modulation signal, but it's not happening. What am I doing wrong?
-
This looks correct, but if the frequency is too high you won't see the oscillator waveform in the histogram.
Also note that if the oscillator receives a MIDI message it will be tuned to that frequency so if you want to keep it as a fixed (LFO) frequency you need to put that into a no_midi container.
-
Oh, rightly so, the frequency was too high. It works now—thanks.