Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
void Synth::recycle()
24
{
25
mGain->disable();
26
mInUse = false;
27
}
28
29
void Synth::setInUse()
30
{
Callers
1
reset
Method · 0.80
Calls
1
disable
Method · 0.45
Tested by
no test coverage detected