mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
DSP: Fixed a documentation error in the Panner class
This commit is contained in:
parent
f9f83fe3fa
commit
51cda82fb7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue