Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
int CArpeggiator::GetNextNote(stChannelID Channel) {
66
return std::exchange(m_iArpeggiate[Channel], 0);
67
}
68
69
std::string CArpeggiator::GetStateString() const {
70
int Base = -1;
Callers
1
GetArpNote
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected