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

Method UpdateSequenceString

Source/InstrumentEditorFDSEnvelope.cpp:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void CInstrumentEditorFDSEnvelope::UpdateSequenceString(bool Changed) // // //
87{
88 SetupParser(); // // //
89 SetDlgItemTextW(IDC_SEQUENCE_STRING, conv::to_wide(m_pParser->PrintSequence()).data()); // // //
90}
91
92void CInstrumentEditorFDSEnvelope::SetupParser() const // // //
93{

Callers

nothing calls this directly

Calls 3

to_wideFunction · 0.85
PrintSequenceMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected