| 3051 | } |
| 3052 | |
| 3053 | void CPatternEditor::SelectChannel() |
| 3054 | { |
| 3055 | // Select entire channel |
| 3056 | m_bSelecting = true; |
| 3057 | SetSelectionStart({0, GetChannel(), cursor_column_t::NOTE, GetFrame()}); // // // |
| 3058 | SetSelectionEnd({m_iPatternLength - 1, GetChannel(), GetChannelColumns(GetChannel()), GetFrame()}); |
| 3059 | } |
| 3060 | |
| 3061 | void CPatternEditor::SelectAllChannels() |
| 3062 | { |
no outgoing calls
no test coverage detected