mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-05-30 08:50:39 +00:00
re-introduce fluid_synth_set_gen2()
to reduce API breakage
This commit is contained in:
parent
38fc7fb027
commit
a4e43d3543
3 changed files with 12 additions and 7 deletions
|
@ -218,6 +218,8 @@ enum fluid_interp {
|
|||
/* Generator interface */
|
||||
|
||||
FLUIDSYNTH_API int fluid_synth_set_gen (fluid_synth_t* synth, int chan,
|
||||
int param, float value);
|
||||
FLUIDSYNTH_API int fluid_synth_set_gen2 (fluid_synth_t* synth, int chan,
|
||||
int param, float value,
|
||||
int absolute, int normalized);
|
||||
FLUIDSYNTH_API float fluid_synth_get_gen(fluid_synth_t* synth, int chan, int param);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue