update fluidsynth2 to commit b6b6931. fixes 'no audio' https://github.com/FluidSynth/fluidsynth/issues/399

This commit is contained in:
Alex Birch 2018-06-17 19:32:02 +01:00
parent 95f0f2b35b
commit 6c96994946
No known key found for this signature in database
GPG Key ID: 305EB1F98D44ACBA
2 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ void FluidSynthModel::initialise() {
settings = new_fluid_settings(); settings = new_fluid_settings();
// https://sourceforge.net/p/fluidsynth/wiki/FluidSettings/ // 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); synth = new_fluid_synth(settings);
fluid_synth_set_sample_rate(synth, currentSampleRate); fluid_synth_set_sample_rate(synth, currentSampleRate);