| 114 | } |
| 115 | |
| 116 | int CGotoDlg::GetFinalChannel() const |
| 117 | { |
| 118 | const CFamiTrackerModule *pModule = CFamiTrackerView::GetView()->GetModuleData(); |
| 119 | return pModule->GetChannelOrder().GetChannelIndex(stChannelID {m_iDestChip, static_cast<std::uint8_t>(m_iDestSubIndex)}); |
| 120 | } |
| 121 | |
| 122 | void CGotoDlg::OnEnChangeEditGotoFrame() |
| 123 | { |
nothing calls this directly
no test coverage detected