From edefc23738319a3301d305199a4aba94bd9dd80d Mon Sep 17 00:00:00 2001 From: Timur Doumler Date: Thu, 17 Dec 2015 18:25:38 +0000 Subject: [PATCH] Doxygen documentation fix (wrong parameter name). --- modules/juce_audio_basics/mpe/juce_MPEZone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_audio_basics/mpe/juce_MPEZone.h b/modules/juce_audio_basics/mpe/juce_MPEZone.h index 342a64c411..b0471e2561 100644 --- a/modules/juce_audio_basics/mpe/juce_MPEZone.h +++ b/modules/juce_audio_basics/mpe/juce_MPEZone.h @@ -48,7 +48,7 @@ struct JUCE_API MPEZone Must be between 1 and 15. Otherwise, the behaviour is undefined. - @param numChannelsUsed The number of note channels that the new zone + @param numNoteChannels The number of note channels that the new zone should use. The first note channel will be one higher than the master channel. The number of note channels must be at least 1 and no greater than 16 - masterChannel.