Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
void AudioInterface::SetFluidsynthEnabled(bool enable) {
119
cfg.fluidsynth_midi.Set(enable);
120
}
121
122
bool AudioInterface::GetWildMidiEnabled() const {
123
return cfg.wildmidi_midi.Get();
Callers
1
RefreshAudioMidi
Method · 0.80
Calls
1
Set
Method · 0.45
Tested by
no test coverage detected