| 1998 | } |
| 1999 | |
| 2000 | void CPatternEditor::PreviousChannel() |
| 2001 | { |
| 2002 | MoveToChannel(GetChannel() - 1); |
| 2003 | m_cpCursorPos.Xpos.Column = cursor_column_t::NOTE; |
| 2004 | |
| 2005 | CancelSelection(); // // // |
| 2006 | } |
| 2007 | |
| 2008 | void CPatternEditor::FirstChannel() |
| 2009 | { |
no outgoing calls
no test coverage detected