fix pitch wheel. make logging debug-only.

This commit is contained in:
Alex Birch
2019-07-01 21:15:33 +01:00
parent 23c0a2dd37
commit e1f8eb9268
5 changed files with 39 additions and 11 deletions

View File

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