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

Method LoadSequence

Source/InstrumentEditorFDSEnvelope.cpp:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void 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
133void CInstrumentEditorFDSEnvelope::OnKeyReturn()
134{

Callers

nothing calls this directly

Calls 2

GetSequenceMethod · 0.45
SelectSequenceMethod · 0.45

Tested by

no test coverage detected