update fluidsynth2 to commit b6b6931. fixes 'no audio' https://github.com/FluidSynth/fluidsynth/issues/399
This commit is contained in:
parent
95f0f2b35b
commit
6c96994946
Binary file not shown.
|
@ -41,7 +41,7 @@ void FluidSynthModel::initialise() {
|
|||
|
||||
settings = new_fluid_settings();
|
||||
// https://sourceforge.net/p/fluidsynth/wiki/FluidSettings/
|
||||
// fluid_settings_setstr(settings, "synth.verbose", "yes");
|
||||
// fluid_settings_setint(settings, "synth.verbose", 1);
|
||||
|
||||
synth = new_fluid_synth(settings);
|
||||
fluid_synth_set_sample_rate(synth, currentSampleRate);
|
||||
|
|
Loading…
Reference in New Issue
Block a user