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

Method SetNoteOn

Source/PatternData.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void CPatternData::SetNoteOn(unsigned row, const stChanNote &note) {
57 Allocate();
58 (*data_)[row] = note;
59}
60
61bool CPatternData::operator==(const CPatternData &other) const noexcept {
62 if (!data_ && !other.data_)

Callers 9

SetPatternDataMethod · 0.80
PullUpMethod · 0.80
InsertRowMethod · 0.80
PasteEntireMethod · 0.80
UndoMethod · 0.80
RedoMethod · 0.80
SetMethod · 0.80
ImportFileMethod · 0.80
makeSongMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected