Skip to content

Commit

Permalink
clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst authored Sep 1, 2017
1 parent 80b46c6 commit 2f3a1a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fluidsynth/src/synth/fluid_voice.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2f3a1a9

Please sign in to comment.