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.