mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-18 18:11:05 +00:00
Update API doc of fluid_synth_noteon()
This commit is contained in:
parent
64cee5537d
commit
eef361eb35
1 changed files with 4 additions and 0 deletions
|
@ -1129,6 +1129,10 @@ fluid_synth_error(fluid_synth_t *synth)
|
|||
|
||||
/**
|
||||
* Send a note-on event to a FluidSynth object.
|
||||
*
|
||||
* This function will take care of proper legato playing. If a note on channel @p chan is
|
||||
* already playing at the given key @p key, it will be released (even if it is sustained).
|
||||
* In other words, overlapping notes are not allowed.
|
||||
* @param synth FluidSynth instance
|
||||
* @param chan MIDI channel number (0 to MIDI channel count - 1)
|
||||
* @param key MIDI note number (0-127)
|
||||
|
|
Loading…
Reference in a new issue