OneLoneCoder / olcSoundWaveEngine

A single file, easy to use, audio playback and synthesis framework
94 stars 19 forks source link

Test_002 synth LFO has no effect #36

Open js190 opened 2 years ago

js190 commented 2 years ago

Excited about the synth stuff. Presumably the amplitude on the LFO should be non-zero in order for it to have an effect?

        // Third oscillator acts as LFO for primary
        osc3.frequency = 5.0 / 20000.0;
        osc3.amplitude = 0.0;

Can you give a taster of what your plans are for the synth stuff??