From 7fb3a93e83187c7a4fa1aef2e8d510819a8e25ae Mon Sep 17 00:00:00 2001 From: derselbst Date: Thu, 19 Oct 2017 23:28:59 +0200 Subject: [PATCH] minor doc update for fluid_voice_is_*() --- src/synth/fluid_voice.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/synth/fluid_voice.c b/src/synth/fluid_voice.c index 764eea1d..df74da1f 100644 --- a/src/synth/fluid_voice.c +++ b/src/synth/fluid_voice.c @@ -1445,7 +1445,7 @@ int fluid_voice_is_on(const fluid_voice_t* voice) } /** - * Check if a voice is sustained. + * Check if a voice keeps playing after it has received a noteoff due to being held by sustain. * @param voice Voice instance * @return TRUE if sustained, FALSE otherwise * @since 1.1.7 @@ -1456,7 +1456,7 @@ int fluid_voice_is_sustained(const fluid_voice_t* voice) } /** - * Check if a voice is held by sostenuto. + * Check if a voice keeps playing after it has received a noteoff due to being held by sostenuto. * @param voice Voice instance * @return TRUE if sostenuto, FALSE otherwise * @since 1.1.7