From 2f34b90f630a8b5f3605b98177773ec22bbb1994 Mon Sep 17 00:00:00 2001 From: jules Date: Fri, 28 Jul 2017 15:03:48 +0100 Subject: [PATCH] Fixed a typo in comments for Oscillator --- modules/juce_dsp/processors/juce_Oscillator.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/juce_dsp/processors/juce_Oscillator.h b/modules/juce_dsp/processors/juce_Oscillator.h index 7b9da8e00b..a0b3fdcbda 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; /* Create an oscillator with a periodic input function (-pi..pi).