MCPcopy Create free account
hub / github.com/EasyRPG/Player / SetFluidsynthEnabled

Method SetFluidsynthEnabled

src/audio.cpp:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void AudioInterface::SetFluidsynthEnabled(bool enable) {
119 cfg.fluidsynth_midi.Set(enable);
120}
121
122bool AudioInterface::GetWildMidiEnabled() const {
123 return cfg.wildmidi_midi.Get();

Callers 1

RefreshAudioMidiMethod · 0.80

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected