MCPcopy Create free account
hub / github.com/cinder/Cinder / getNumUsedSynths

Method getNumUsedSynths

samples/FallingGears/src/AudioController.cpp:113–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113size_t AudioController::getNumUsedSynths() const
114{
115 size_t result = 0;
116 for( const auto &synth : mAllSynths ) {
117 if( synth->mInUse )
118 result++;
119 }
120
121 return result;
122}

Callers 1

drawInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected