| 1990 | } |
| 1991 | |
| 1992 | void CPatternEditor::NextChannel() |
| 1993 | { |
| 1994 | MoveToChannel(GetChannel() + 1); |
| 1995 | m_cpCursorPos.Xpos.Column = cursor_column_t::NOTE; |
| 1996 | |
| 1997 | CancelSelection(); // // // |
| 1998 | } |
| 1999 | |
| 2000 | void CPatternEditor::PreviousChannel() |
| 2001 | { |
no outgoing calls
no test coverage detected