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

Method GetChannelNote

Source/SoundGen.cpp:853–855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

851}
852
853int CSoundGen::GetChannelNote(stChannelID chan) const { // // //
854 return m_pSoundDriver ? m_pSoundDriver->GetChannelNote(chan) : -1;
855}
856
857int CSoundGen::GetChannelVolume(stChannelID chan) const { // // //
858 return m_pSoundDriver ? m_pSoundDriver->GetChannelVolume(chan) : 0;

Callers 1

PeriodicUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected