| 84 | } |
| 85 | |
| 86 | void CInstrumentEditorFDSEnvelope::UpdateSequenceString(bool Changed) // // // |
| 87 | { |
| 88 | SetupParser(); // // // |
| 89 | SetDlgItemTextW(IDC_SEQUENCE_STRING, conv::to_wide(m_pParser->PrintSequence()).data()); // // // |
| 90 | } |
| 91 | |
| 92 | void CInstrumentEditorFDSEnvelope::SetupParser() const // // // |
| 93 | { |
nothing calls this directly
no test coverage detected