Browse Source

Doxygen documentation fix (wrong parameter name).

tags/2021-05-28
Timur Doumler 10 years ago
parent
commit
edefc23738
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_basics/mpe/juce_MPEZone.h

+ 1
- 1
modules/juce_audio_basics/mpe/juce_MPEZone.h View File

@@ -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.


Loading…
Cancel
Save