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

Method GetArpNote

Source/SoundGen.cpp:666–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664}
665
666int CSoundGen::GetArpNote(stChannelID chan) const {
667 if (FTEnv.GetSettings()->Midi.bMidiArpeggio && m_pArpeggiator) // // //
668 return m_pArpeggiator->GetNextNote(chan);
669 return -1;
670}
671
672std::string CSoundGen::RecallChannelState(stChannelID Channel) const // // //
673{

Callers 1

UpdateChannelsMethod · 0.80

Calls 2

GetNextNoteMethod · 0.80
GetSettingsMethod · 0.45

Tested by

no test coverage detected