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

Method SetFluidsynthSoundfont

src/audio.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void AudioInterface::SetFluidsynthSoundfont(std::string_view sf) {
143 cfg.soundfont.Set(ToString(sf));
144 MidiDecoder::ChangeFluidsynthSoundfont(sf);
145}

Callers 1

RefreshAudioSoundfontMethod · 0.80

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected