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

Method GetChannelNote

Source/SoundDriver.cpp:271–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271int CSoundDriver::GetChannelNote(stChannelID chan) const {
272 const auto *ch = GetChannelHandler(chan);
273 return ch ? ch->GetActiveNote() : -1;
274}
275
276int CSoundDriver::GetChannelVolume(stChannelID chan) const {
277 const auto *ch = GetChannelHandler(chan);

Callers

nothing calls this directly

Calls 1

GetActiveNoteMethod · 0.45

Tested by

no test coverage detected