Browse Source

Documentation fix.

tags/2021-05-28
jules 11 years ago
parent
commit
d42df8065b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      modules/juce_audio_basics/synthesisers/juce_Synthesiser.h

+ 1
- 0
modules/juce_audio_basics/synthesisers/juce_Synthesiser.h View File

@@ -420,6 +420,7 @@ public:
renderNextBlock(), but may be called explicitly too. renderNextBlock(), but may be called explicitly too.
@param midiChannel the midi channel, from 1 to 16 inclusive @param midiChannel the midi channel, from 1 to 16 inclusive
@param midiNoteNumber the midi note number, 0 to 127
@param aftertouchValue the aftertouch value, between 0 and 127, @param aftertouchValue the aftertouch value, between 0 and 127,
as returned by MidiMessage::getAftertouchValue() as returned by MidiMessage::getAftertouchValue()
*/ */


Loading…
Cancel
Save