fluidsynth/src
Tom M b6b6931468
Revert "implement true zero gain for maximum attenuation (#396)" (#398)
This reverts commit 29d1947ccc. Reading the spec again, the final gain amp should actually applied for the whole voice, not just single buffers (cf. sect. 9.1.8 Figure 2). Thus rvoice_mixer is not the correct place to implement this. It should instead be done in fluid_rvoice_calc_amp().

reopens #319
closes #399
2018-06-17 19:54:37 +02:00
..
bindings fix discarding const 2018-06-17 15:59:05 +02:00
drivers Build only if DSOUND_SUPPORT is defined 2018-03-25 13:46:30 +02:00
midi avoid unnecessarily exporting functions to public 2018-06-10 08:51:15 +02:00
rvoice Revert "implement true zero gain for maximum attenuation (#396)" (#398) 2018-06-17 19:54:37 +02:00
sfloader add a getter for fluid_preset_t::sfont 2018-06-04 10:49:58 +02:00
synth introducing FLUID_PEAK_ATTENUATION macro. (#397) 2018-06-15 18:42:15 +02:00
utils document FLUID_MIXER_MAX_BUFFERS_DEFAULT 2018-06-17 15:58:22 +02:00
CMakeLists.txt Merge pull request #361 from FluidSynth/unit-test 2018-04-08 13:45:43 +02:00
config.cmake cmake: detect openMP 2018-04-26 16:25:18 +02:00
fluidsynth.c avoid leaking midi_router in fluidsynth.c 2018-06-12 06:37:24 +02:00