| 205 | } |
| 206 | |
| 207 | void CSequenceEditor::SequenceChangedMessage(bool Changed) |
| 208 | { |
| 209 | static_cast<CSequenceInstrumentEditPanel*>(m_pParent)->UpdateSequenceString(Changed); // // // |
| 210 | |
| 211 | // Set flag in document |
| 212 | if (Changed) |
| 213 | if (CFrameWnd *pMainFrame = dynamic_cast<CFrameWnd*>(AfxGetMainWnd())) // // // |
| 214 | pMainFrame->GetActiveDocument()->SetModifiedFlag(); |
| 215 | } |
| 216 | |
| 217 | //const int SEQ_SUNSOFT_NOISE = sequence_t::DutyCycle + 1; |
| 218 |
nothing calls this directly
no test coverage detected