Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ update
Method
update
samples/FallingGears/src/Synths.cpp:17–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
void Synth::update()
18
{
19
if( mGainRamp && mGainRamp->isComplete() )
20
recycle();
21
}
22
23
void Synth::recycle()
24
{
Callers
nothing calls this directly
Calls
1
isComplete
Method · 0.45
Tested by
no test coverage detected