MCPcopy 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
61void CArpeggiator::CutNote(unsigned MidiNote) {
62 m_iAutoArpNotes[MidiNote] = 2;
63}
64
65int CArpeggiator::GetNextNote(stChannelID Channel) {
66 return std::exchange(m_iArpeggiate[Channel], 0);

Callers 1

CutMIDINoteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected