Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ GetWildMidiEnabled
Method
GetWildMidiEnabled
src/audio.cpp:122–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
bool AudioInterface::GetWildMidiEnabled() const {
123
return cfg.wildmidi_midi.Get();
124
}
125
126
void AudioInterface::SetWildMidiEnabled(bool enable) {
127
cfg.wildmidi_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