| 124 | } |
| 125 | |
| 126 | void CInstrumentEditorFDSEnvelope::LoadSequence(sequence_t seqType) // // // |
| 127 | { |
| 128 | m_pSequence = m_pInstrument->GetSequence(seqType); // // // |
| 129 | m_pSequenceEditor->SelectSequence(m_pSequence, INST_FDS); |
| 130 | SetupParser(); // // // |
| 131 | } |
| 132 | |
| 133 | void CInstrumentEditorFDSEnvelope::OnKeyReturn() |
| 134 | { |
nothing calls this directly
no test coverage detected