add privacy notice

This commit is contained in:
Alex Birch
2019-06-23 00:22:05 +01:00
parent e789ff6869
commit cbfae52348
4 changed files with 23 additions and 7 deletions

View File

@ -43,7 +43,7 @@ void FluidSynthModel::initialise() {
settings = new_fluid_settings();
// https://sourceforge.net/p/fluidsynth/wiki/FluidSettings/
fluid_settings_setint(settings, "synth.verbose", 1);
// fluid_settings_setint(settings, "synth.verbose", 1);
synth = new_fluid_synth(settings);
fluid_synth_set_sample_rate(synth, currentSampleRate);