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