From 2f3a1a930301446ada6f93b4a3f8e4efb59d4856 Mon Sep 17 00:00:00 2001 From: Tom M Date: Fri, 1 Sep 2017 18:42:29 +0200 Subject: [PATCH] clarify comment --- fluidsynth/src/synth/fluid_voice.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fluidsynth/src/synth/fluid_voice.c b/fluidsynth/src/synth/fluid_voice.c index 19b1361d..00971b60 100644 --- a/fluidsynth/src/synth/fluid_voice.c +++ b/fluidsynth/src/synth/fluid_voice.c @@ -1292,8 +1292,8 @@ void fluid_voice_off(fluid_voice_t* voice) * fluid_voice_stop * * Purpose: - * Turns off a voice, meaning that it is not processed - * anymore by the DSP loop. + * Turns off a voice, meaning that it is not processed anymore by the + * DSP loop, i.e. contrary part to fluid_voice_start(). */ void fluid_voice_stop(fluid_voice_t* voice)