From eef361eb359a41777f49346cf71f92a116f1543a Mon Sep 17 00:00:00 2001 From: derselbst Date: Tue, 22 Oct 2019 16:43:10 +0200 Subject: [PATCH] Update API doc of fluid_synth_noteon() --- src/synth/fluid_synth.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/synth/fluid_synth.c b/src/synth/fluid_synth.c index 45e2a72f..3b83189b 100644 --- a/src/synth/fluid_synth.c +++ b/src/synth/fluid_synth.c @@ -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)