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

Method Set

Source/SelectionRange.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void CPatternIterator::Set(int Channel, const stChanNote &Note)
66{
67 song_view_.GetPatternOnFrame(Channel, TranslateFrame()).SetNoteOn(m_iRow, Note);
68}
69
70CPatternIterator &CPatternIterator::operator+=(int Rows)
71{

Callers

nothing calls this directly

Calls 1

SetNoteOnMethod · 0.80

Tested by

no test coverage detected