Closed SpotlightKid closed 5 years ago
According to the fluidsynth documentation fluid-synth_nwrite_float is deprecated and should be replaced with fluid_synth_process.
The drawback is that buffers need to be zeroed-out in each run() call when then multi-out plugin variant is used (the stereo version still uses float_synth_write_float).
run()
float_synth_write_float
Signed-off-by: Christopher Arndt chris@chrisarndt.de
Rebased and merged as v0.4.0-2 bd4b13d Thanks!
According to the fluidsynth documentation fluid-synth_nwrite_float is deprecated and should be replaced with fluid_synth_process.
The drawback is that buffers need to be zeroed-out in each
run()
call when then multi-out plugin variant is used (the stereo version still usesfloat_synth_write_float
).Signed-off-by: Christopher Arndt chris@chrisarndt.de