From 95b49f668b65dcaafc6106cd37c561b7961ef73c Mon Sep 17 00:00:00 2001 From: reuk Date: Tue, 11 Jun 2024 11:33:24 +0100 Subject: [PATCH] AudioChannelSet: Fix typos in comments --- modules/juce_audio_basics/buffers/juce_AudioChannelSet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/juce_audio_basics/buffers/juce_AudioChannelSet.h b/modules/juce_audio_basics/buffers/juce_AudioChannelSet.h index 1d2edec24d..6fe72618c4 100644 --- a/modules/juce_audio_basics/buffers/juce_AudioChannelSet.h +++ b/modules/juce_audio_basics/buffers/juce_AudioChannelSet.h @@ -327,12 +327,12 @@ public: static AudioChannelSet JUCE_CALLTYPE create9point1point4ITU(); /** Creates a set for a 9.0.6 ITU surround setup. - left, right, centre, leftSurround, rightSurround, leftCentre, rightCentre, leftSurroundSide, rightSurroundSide, topFrontLeft, topRearRight, topFrontRight, topRearRight, topSideLeft, topSideRight + left, right, centre, leftSurround, rightSurround, leftCentre, rightCentre, leftSurroundSide, rightSurroundSide, topFrontLeft, topFrontRight, topRearLeft, topRearRight, topSideLeft, topSideRight */ static AudioChannelSet JUCE_CALLTYPE create9point0point6ITU(); /** Creates a set for a 9.1.6 ITU surround setup. - left, right, centre, LFE, leftSurround, rightSurround, leftCentre, rightCentre, leftSurroundSide, rightSurroundSide, topFrontLeft, topRearRight, topFrontRight, topRearRight, topSideLeft, topSideRight + left, right, centre, LFE, leftSurround, rightSurround, leftCentre, rightCentre, leftSurroundSide, rightSurroundSide, topFrontLeft, topFrontRight, topRearLeft, topRearRight, topSideLeft, topSideRight */ static AudioChannelSet JUCE_CALLTYPE create9point1point6ITU();