mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
fix typos in comments
This commit is contained in:
parent
3795c7dee9
commit
d5ea4705ad
1 changed files with 4 additions and 4 deletions
|
@ -1670,7 +1670,7 @@ fluid_check_linked_mod_path(char *list_name, fluid_mod_t *list_mod,
|
|||
}
|
||||
|
||||
/*
|
||||
* Valid linked modulators paths are searched and cloned from mod_list list to
|
||||
* Valid linked modulators paths are searched and cloned from list_mod list to
|
||||
* linked_mod list.
|
||||
* When finished, modulators in linked_mod are grouped in complex modulator.
|
||||
* (cm0,cm1,cm2..).
|
||||
|
@ -1798,15 +1798,15 @@ fluid_list_copy_linked_mod(const fluid_mod_t *list_mod, int dest_idx, int new_id
|
|||
return ((new_idx == 0) ? total_linked_count : linked_count);
|
||||
}
|
||||
/**
|
||||
* Checks all modulators from a zone modulator list and optionally clone
|
||||
* valid linked modulators from mod_list list to linked_mod list.
|
||||
* Checks all modulators from a zone modulator list list_mod and optionally clone
|
||||
* valid linked modulators from list_mod list to linked_mod list.
|
||||
* - check valid sources (if requested, see list_name).
|
||||
* - check identic modulators (if requested, see list_name).
|
||||
* - check linked modulators paths (linked path without destination, circulars).
|
||||
* - check "isolated" linked paths (if requested, see list_name).
|
||||
* - clone valid linked modulators paths to linked_mod.
|
||||
* The function does the same job that fluid_zone_check_mod() except that
|
||||
* modulators aren't removed from mod_list and lists length aren't
|
||||
* modulators aren't removed from mod_list_mod and lists length aren't
|
||||
* limited. The function is appropriate to be called by soundfont loader as well
|
||||
* by API not yet implemented:
|
||||
* - fluid_voice_add_mod2(), fluid_check_complex_mod()
|
||||
|
|
Loading…
Reference in a new issue