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

Method GetTotalSequenceCount

Source/InstrumentManager.cpp:200–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200int CInstrumentManager::GetTotalSequenceCount(inst_type_t InstType) const {
201 int Count = 0;
202 for (auto i : enum_values<sequence_t>())
203 Count += GetSequenceCount(InstType, i);
204 return Count;
205}
206
207inst_type_t CInstrumentManager::GetInstrumentType(unsigned int Index) const
208{

Callers 4

SaveSequencesMethod · 0.80
SaveSequencesVRC6Method · 0.80
SaveSequencesN163Method · 0.80
SaveSequencesS5BMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected