Merge remote-tracking branch 'origin/master' into win-v2
This commit is contained in:
commit
8760d1bc1a
|
@ -59,13 +59,13 @@ FluidSynthModel::~FluidSynthModel() {
|
|||
}
|
||||
|
||||
void FluidSynthModel::initialise() {
|
||||
settings = { new_fluid_settings(), delete_fluid_settings };
|
||||
|
||||
// deactivate all audio drivers in fluidsynth to avoid FL Studio deadlock when initialising CoreAudio
|
||||
// after all: we only use fluidsynth to render blocks of audio. it doesn't output to audio driver.
|
||||
const char *DRV[] {NULL};
|
||||
fluid_audio_driver_register(DRV);
|
||||
|
||||
settings = { new_fluid_settings(), delete_fluid_settings };
|
||||
|
||||
// https://sourceforge.net/p/fluidsynth/wiki/FluidSettings/
|
||||
#if JUCE_DEBUG
|
||||
fluid_settings_setint(settings.get(), "synth.verbose", 1);
|
||||
|
|
Loading…
Reference in New Issue
Block a user