MCPcopy Create free account
hub / github.com/EasyRPG/Player / SetNativeMidiEnabled

Method SetNativeMidiEnabled

src/audio.cpp:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void AudioInterface::SetNativeMidiEnabled(bool enable) {
135 cfg.native_midi.Set(enable);
136}
137
138std::string AudioInterface::GetFluidsynthSoundfont() const {
139 return cfg.soundfont.Get();

Callers 1

RefreshAudioMidiMethod · 0.80

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected