Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
114
bool AudioInterface::GetFluidsynthEnabled() const {
115
return cfg.fluidsynth_midi.Get();
116
}
117
118
void AudioInterface::SetFluidsynthEnabled(bool enable) {
119
cfg.fluidsynth_midi.Set(enable);
Callers
2
Create
Method · 0.80
PlayOnChannel
Method · 0.80
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected