| 1838 | } |
| 1839 | |
| 1840 | int CPatternEditor::GetFrameCount() const // // // |
| 1841 | { |
| 1842 | CSongView *pSongView = m_pView->GetSongView(); // // // |
| 1843 | return pSongView->GetSong().GetFrameCount(); |
| 1844 | } |
| 1845 | |
| 1846 | int CPatternEditor::RowToLine(int Row) const |
| 1847 | { |
no test coverage detected