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

Method GetFluidsynthEnabled

src/audio.cpp:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114bool AudioInterface::GetFluidsynthEnabled() const {
115 return cfg.fluidsynth_midi.Get();
116}
117
118void AudioInterface::SetFluidsynthEnabled(bool enable) {
119 cfg.fluidsynth_midi.Set(enable);

Callers 2

CreateMethod · 0.80
PlayOnChannelMethod · 0.80

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected