MCPcopy 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
17void Synth::update()
18{
19 if( mGainRamp && mGainRamp->isComplete() )
20 recycle();
21}
22
23void Synth::recycle()
24{

Callers

nothing calls this directly

Calls 1

isCompleteMethod · 0.45

Tested by

no test coverage detected