1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

AudioProcessor: Update getNameForMidiNoteNumber docs for note ranges

This commit is contained in:
Oliver James 2024-12-27 12:21:23 +00:00
parent 29e6bee01f
commit 7145356583

View file

@ -1334,8 +1334,8 @@ public:
microtonal scales, or other mappings.
@param note The MIDI note number for which the name is being requested.
This is an integer in the range [0, 127], representing the
full MIDI note range.
Some DAWs can request a note range outside of the standard
[0-127]. Ensure your plugin can handle this.
@param midiChannel The MIDI channel associated with the note. This is a 1-based
index (1-16). Use this parameter if your plugin provides
channel-specific note mappings.