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

Method GetNextNote

Source/Arpeggiator.cpp:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65int CArpeggiator::GetNextNote(stChannelID Channel) {
66 return std::exchange(m_iArpeggiate[Channel], 0);
67}
68
69std::string CArpeggiator::GetStateString() const {
70 int Base = -1;

Callers 1

GetArpNoteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected