x42 / avldrums.lv2

Dedicated AVLDrumkits LV2 Plugin
http://x42-plugins.com/x42/x42-avldrums
GNU General Public License v2.0
39 stars 11 forks source link

Replace deprecated fluid_synth_nwrite_float with fluid_synth_process #13

Closed SpotlightKid closed 5 years ago

SpotlightKid commented 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).

Signed-off-by: Christopher Arndt chris@chrisarndt.de

x42 commented 5 years ago

Rebased and merged as v0.4.0-2 bd4b13d Thanks!