MCPcopy 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
130bool AudioInterface::GetNativeMidiEnabled() const {
131 return cfg.native_midi.Get();
132}
133
134void AudioInterface::SetNativeMidiEnabled(bool enable) {
135 cfg.native_midi.Set(enable);

Callers 1

PlayOnChannelMethod · 0.80

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected