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

Method GetSequenceManager

Source/FamiTrackerModule.cpp:297–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297CSequenceManager *CFamiTrackerModule::GetSequenceManager(int InstType) const {
298 return GetInstrumentManager()->GetSequenceManager(InstType);
299}
300
301CDSampleManager *CFamiTrackerModule::GetDSampleManager() const {
302 return GetInstrumentManager()->GetDSampleManager();

Callers 9

to_jsonFunction · 0.45
LoadSequencesMethod · 0.45
SaveSequencesMethod · 0.45
LoadSequencesVRC6Method · 0.45
SaveSequencesVRC6Method · 0.45
LoadSequencesN163Method · 0.45
SaveSequencesN163Method · 0.45
LoadSequencesS5BMethod · 0.45
SaveSequencesS5BMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected