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

Method GetInstrumentCount

Source/InstrumentManager.cpp:158–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158unsigned int CInstrumentManager::GetInstrumentCount() const
159{
160 unsigned x = 0;
161 for (int i = 0; i < MAX_INSTRUMENTS; ++i)
162 if (m_pInstruments[i])
163 ++x;
164 return x;
165}
166
167unsigned int CInstrumentManager::GetFirstUnused() const
168{

Callers 3

SaveInstrumentsMethod · 0.80
OnTrackerRecordToInstMethod · 0.80
InitRecordInstrumentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected