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

Method recycle

samples/FallingGears/src/Synths.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void Synth::recycle()
24{
25 mGain->disable();
26 mInUse = false;
27}
28
29void Synth::setInUse()
30{

Callers 1

resetMethod · 0.80

Calls 1

disableMethod · 0.45

Tested by

no test coverage detected