Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ GetNativeMidiEnabled
Method
GetNativeMidiEnabled
src/audio.cpp:130–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
bool AudioInterface::GetNativeMidiEnabled() const {
131
return cfg.native_midi.Get();
132
}
133
134
void AudioInterface::SetNativeMidiEnabled(bool enable) {
135
cfg.native_midi.Set(enable);
Callers
1
PlayOnChannel
Method · 0.80
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected