From bb413011f7bc21b1c2db047fe4f4fcca0dc89a4a Mon Sep 17 00:00:00 2001 From: derselbst Date: Mon, 16 Jul 2018 12:21:55 +0200 Subject: [PATCH] update deprecated note of fluid_synth_nwrite_float() --- src/synth/fluid_synth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/synth/fluid_synth.c b/src/synth/fluid_synth.c index 05b36556..fa249d9a 100644 --- a/src/synth/fluid_synth.c +++ b/src/synth/fluid_synth.c @@ -3275,6 +3275,8 @@ fluid_synth_program_reset(fluid_synth_t *synth) * * @note Should only be called from synthesis thread. * + * @deprecated fluid_synth_nwrite_float() is deprecated and will be removed in a future release. It may continue to work or it may return #FLUID_FAILED in the future. Consider using the more powerful and flexible fluid_synth_process(). + * * Usage example: * @code{.cpp} const int FramesToRender = 64; @@ -3310,8 +3312,6 @@ fluid_synth_program_reset(fluid_synth_t *synth) fluid_synth_nwrite_float(synth, FramesToRender, mix_buf_l, mix_buf_r, fx_buf_l, fx_buf_r) * @endcode - * - * @deprecated fluid_synth_nwrite_float() is deprecated. Consider using the more powerful and flexible fluid_synth_process(). */ int fluid_synth_nwrite_float(fluid_synth_t *synth, int len,