MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / ForceReloadInstrument

Method ForceReloadInstrument

Source/SoundGen.cpp:1254–1257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1252}
1253
1254void CSoundGen::ForceReloadInstrument(stChannelID Channel) // // //
1255{
1256 m_pSoundDriver->ForceReloadInstrument(Channel);
1257}
1258
1259std::pair<unsigned, unsigned> CSoundGen::GetPlayerPos() const { // // //
1260 if (const auto &cursor = m_pSoundDriver->GetPlayerCursor())

Callers 2

SwitchOnNoteMethod · 0.45
PlayNoteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected