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

Method GetEffectColumnCount

Source/SongView.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90unsigned CConstSongView::GetEffectColumnCount(std::size_t index) const {
91 auto pTrack = GetTrack(index);
92 return pTrack ? pTrack->GetEffectColumnCount() : 0;
93}
94
95void CSongView::SetEffectColumnCount(std::size_t index, unsigned Count) {
96 if (auto pTrack = GetTrack(index))

Callers 1

GetFrameLengthMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected