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

Method SetPatternData

Source/SongData.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void CSongData::SetPatternData(stChannelID Channel, unsigned Pattern, unsigned Row, const stChanNote &Note) // // //
96{
97 GetPattern(Channel, Pattern).SetNoteOn(Row, Note);
98}
99
100CPatternData &CSongData::GetPattern(stChannelID Channel, unsigned Pattern) {
101 auto track = GetTrack(Channel); // // //

Callers 2

OpenDocumentOldMethod · 0.80
LoadPatternsMethod · 0.80

Calls 1

SetNoteOnMethod · 0.80

Tested by

no test coverage detected