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

Method SetEffectColumnCount

Source/SongData.cpp:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void CSongData::SetEffectColumnCount(stChannelID Channel, unsigned Count)
184{
185 if (auto track = GetTrack(Channel)) // // //
186 track->SetEffectColumnCount(Count);
187}
188
189void CSongData::SetSongGroove(bool Groove) // // //
190{

Callers 6

UndoMethod · 0.45
RedoMethod · 0.45
SaveStateMethod · 0.45
LoadHeaderMethod · 0.45
ImportFileMethod · 0.45
makeSongMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected