mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
MPE: added descriptive comment to MPEZone::getZoneByIndex.
This commit is contained in:
parent
067c78dbdb
commit
8f73a8b671
1 changed files with 3 additions and 2 deletions
|
|
@ -100,8 +100,9 @@ public:
|
|||
/** Returns the current number of MPE zones. */
|
||||
int getNumZones() const noexcept;
|
||||
|
||||
/** Returns a pointer to the MPE zone at the given index,
|
||||
or nullptr if there is no such zone.
|
||||
/** Returns a pointer to the MPE zone at the given index, or nullptr if there
|
||||
is no such zone. Zones are sorted by insertion order (most recently added
|
||||
zone last).
|
||||
*/
|
||||
MPEZone* getZoneByIndex (int index) const noexcept;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue