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

Method GetActiveNote

Source/SongData.cpp:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88stChanNote CSongData::GetActiveNote(stChannelID Channel, unsigned Frame, unsigned Row) const { // // //
89 stChanNote Note = GetPatternOnFrame(Channel, Frame).GetNoteOn(Row);
90 for (int i = GetEffectColumnCount(Channel); i < MAX_EFFECT_COLUMNS; ++i)
91 Note.Effects[i] = { };
92 return Note;
93}
94
95void CSongData::SetPatternData(stChannelID Channel, unsigned Pattern, unsigned Row, const stChanNote &Note) // // //
96{

Callers 4

StepRowMethod · 0.45
GetChannelNoteMethod · 0.45
PlayNoteMethod · 0.45
PlaySingleRowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected