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

Method GetFramePattern

Source/SongData.cpp:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194unsigned int CSongData::GetFramePattern(unsigned int Frame, stChannelID Channel) const
195{
196 auto track = GetTrack(Channel); // // //
197 return track ? track->GetFramePattern(Frame) : MAX_PATTERN;
198}
199
200void CSongData::SetFramePattern(unsigned int Frame, stChannelID Channel, unsigned int Pattern)
201{

Callers 15

IsPatternInUseMethod · 0.45
AddFramesMethod · 0.45
DeleteFramesMethod · 0.45
SwapFramesMethod · 0.45
DuplicateFrameMethod · 0.45
CreateFrameListMethod · 0.45
IsPatternAddressedMethod · 0.45
GetSelectionConditionMethod · 0.45
to_jsonFunction · 0.45
AddResultMethod · 0.45
SaveFramesMethod · 0.45
ExportFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected