Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ reset
Method
reset
samples/FallingGears/src/AudioController.cpp:97–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
void AudioController::reset()
98
{
99
for( auto &synth : mAllSynths )
100
synth->recycle();
101
}
102
103
AltoSynthRef AudioController::getNextAltoSynth()
104
{
Callers
4
setup
Method · 0.45
keyDown
Method · 0.45
setup
Method · 0.45
removeOffscreenGears
Method · 0.45
Calls
1
recycle
Method · 0.80
Tested by
no test coverage detected