add privacy notice
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user