> The reason is that those actual shell fx commands are redundant with
> respective settings (synth.reverb.xxxx, synth.chorus.xxxx).> Instead, the 
> user can use the commands: set synth.reverb.xxxx, set
> synth.chorus.xxxx which set the respective setting for all fx unit. Those

JJC is correct.

> fluid_synth_set_reverb_fx_xxxxx(synth, fxunit_idx,xxxxx),
> fluid_synth_set_chorus_fx_xxxxx(synth, fxunit_idx,xxxxx).

I kept thinking about this. If we decide against the "2"-suffix my
current favorite is:

fluid_synth_set_reverb_group_xxxxx()
fluid_synth_set_chrous_group_xxxxx()

This would be consistent with the synth.effects-groups setting.
And, like JJC, I would still vote for deprecating the old API functions.


Tom

_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to