diff --git a/modules/juce_dsp/processors/juce_Oscillator.h b/modules/juce_dsp/processors/juce_Oscillator.h index 17d6450859..9230658951 100644 --- a/modules/juce_dsp/processors/juce_Oscillator.h +++ b/modules/juce_dsp/processors/juce_Oscillator.h @@ -23,16 +23,18 @@ ============================================================================== */ + + /** - Applies a gain to audio samples as single samples or AudioBlocks. - */ + Generates a signal based on a user-supplied function. +*/ template class Oscillator { public: /** The NumericType is the underlying primitive type used by the SampleType (which could be either a primitive or vector) - */ + */ using NumericType = typename SampleTypeHelpers::ElementType::Type; /** Creates an oscillator with a periodic input function (-pi..pi).