rename fluid_print_zone_voice_mod to match naming conv

This commit is contained in:
derselbst 2019-10-05 15:38:27 +02:00
parent 399e15e138
commit ad37aa50b6
1 changed files with 3 additions and 3 deletions

View File

@ -732,7 +732,7 @@ fluid_defpreset_next(fluid_defpreset_t *defpreset)
fluid_voice_print_mod(voice, preset_zone->name, NULL, NULL);
*/
static void fluid_print_zone_voice_mod(fluid_voice_t *voice,
static void fluid_zone_print_voice_mod(fluid_voice_t *voice,
char *preset_zone_name,
char *filter_preset_zone_name,
char *inst_zone_name,
@ -1166,10 +1166,10 @@ fluid_defpreset_noteon(fluid_defpreset_t *defpreset, fluid_synth_t *synth, int c
- instrument zone 3 of instrument named "Synth Brass 2", filter name must be
"iz:Synth Brass 2/3".
fluid_print_zone_voice_mod(voice, preset_zone->name, "pz:Synth Brass 2/1",
fluid_zone_print_voice_mod(voice, preset_zone->name, "pz:Synth Brass 2/1",
inst_zone->name, "iz:Synth Brass 2/3");
*/
fluid_print_zone_voice_mod(voice, preset_zone->name, NULL,
fluid_zone_print_voice_mod(voice, preset_zone->name, NULL,
inst_zone->name, NULL);
#endif
/* add the synthesis process to the synthesis loop. */