MCPcopy 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
97void AudioController::reset()
98{
99 for( auto &synth : mAllSynths )
100 synth->recycle();
101}
102
103AltoSynthRef AudioController::getNextAltoSynth()
104{

Callers 4

setupMethod · 0.45
keyDownMethod · 0.45
setupMethod · 0.45
removeOffscreenGearsMethod · 0.45

Calls 1

recycleMethod · 0.80

Tested by

no test coverage detected