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