Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
void CPatternIterator::Set(int Channel, const stChanNote &Note)
66
{
67
song_view_.GetPatternOnFrame(Channel, TranslateFrame()).SetNoteOn(m_iRow, Note);
68
}
69
70
CPatternIterator &CPatternIterator::operator+=(int Rows)
71
{
Callers
nothing calls this directly
Calls
1
SetNoteOn
Method · 0.80
Tested by
no test coverage detected