Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ CutNote
Method
CutNote
Source/Arpeggiator.cpp:61–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void CArpeggiator::CutNote(unsigned MidiNote) {
62
m_iAutoArpNotes[MidiNote] = 2;
63
}
64
65
int CArpeggiator::GetNextNote(stChannelID Channel) {
66
return std::exchange(m_iArpeggiate[Channel], 0);
Callers
1
CutMIDINote
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected