mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-22 07:30:50 +00:00
Fix comment in fluid_get_num_mod()
This commit is contained in:
parent
8a3eaa2948
commit
0de4ac4216
1 changed files with 3 additions and 2 deletions
|
@ -158,10 +158,11 @@ fluid_mod_get_amount(const fluid_mod_t *mod)
|
|||
}
|
||||
|
||||
/*
|
||||
* returns the number of modulators inside a complex linked modulator.
|
||||
* returns the number of member modulators inside a simple or
|
||||
* complex modulator (i.e linked modulators).
|
||||
* @param mod, pointer on modulator.
|
||||
* @return number of modulators.
|
||||
* Should be > 1 for complex modulator and 1 for unlinked modulator.
|
||||
* Must be > 1 for complex modulator and 1 for unlinked modulator.
|
||||
*/
|
||||
unsigned char fluid_get_num_mod(fluid_mod_t *mod)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue