Menu

#6 Incompatible with fluidsynth 2.x

1.0
open
nobody
None
2018-12-02
2018-12-02
Yuri
No
fluidsynth.c:367:33: error: use of undeclared identifier 'FLUID_REVERB_DEFAULT_ROOMSIZE'
  reverb_presets[0].room_size = FLUID_REVERB_DEFAULT_ROOMSIZE;
                                ^
fluidsynth.c:368:28: error: use of undeclared identifier 'FLUID_REVERB_DEFAULT_DAMP'; did you mean 'FLUID_INTERP_DEFAULT'?
  reverb_presets[0].damp = FLUID_REVERB_DEFAULT_DAMP;
                           ^~~~~~~~~~~~~~~~~~~~~~~~~
                           FLUID_INTERP_DEFAULT
/usr/local/include/fluidsynth/synth.h:200:5: note: 'FLUID_INTERP_DEFAULT' declared here
    FLUID_INTERP_DEFAULT = FLUID_INTERP_4THORDER, /**< Default interpolation method */
    ^
fluidsynth.c:369:29: error: use of undeclared identifier 'FLUID_REVERB_DEFAULT_WIDTH'
  reverb_presets[0].width = FLUID_REVERB_DEFAULT_WIDTH;
                            ^

FreeBSD 11.2 amd64

Discussion


Log in to post a comment.

MongoDB Logo MongoDB