From 51cda82fb75eb70db50946b7d28b45a5e5cb5908 Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 19 Feb 2021 14:22:35 +0000 Subject: [PATCH] DSP: Fixed a documentation error in the Panner class --- modules/juce_dsp/processors/juce_Panner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_dsp/processors/juce_Panner.h b/modules/juce_dsp/processors/juce_Panner.h index ac6da7ab3d..3a524c2fa4 100644 --- a/modules/juce_dsp/processors/juce_Panner.h +++ b/modules/juce_dsp/processors/juce_Panner.h @@ -32,7 +32,7 @@ enum class PannerRule { linear, // regular 6 dB or linear panning rule, allows the panned sound to be // perceived as having a constant level when summed to mono - balanced, // both left and right are 1 when pan value is 0.5, with left decreasing + balanced, // both left and right are 1 when pan value is 0, with left decreasing // to 0 above this value and right decreasing to 0 below it sin3dB, // alternate version of the regular 3 dB panning rule with a sine curve sin4p5dB, // alternate version of the regular 4.5 dB panning rule with a sine curve