mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-02 17:12:15 +00:00
clarify comment
This commit is contained in:
parent
80b46c601a
commit
2f3a1a9303
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue