mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-03 17:42:21 +00:00
minor doc update for fluid_voice_is_*()
This commit is contained in:
parent
09f237fd0c
commit
7fb3a93e83
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue