MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / SequenceChangedMessage

Method SequenceChangedMessage

Source/SequenceEditor.cpp:207–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void 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

Callers

nothing calls this directly

Calls 2

SetModifiedFlagMethod · 0.80
UpdateSequenceStringMethod · 0.45

Tested by

no test coverage detected