MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / reset

Method reset

NeuralNote/Source/SynthController.cpp:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void SynthController::reset()
106{
107 mCurrentEventIndex = 0;
108 mCurrentSampleIndex = 0;
109 mCurrentTime = 0.0;
110 mMidiBuffer.clear();
111}
112
113void SynthController::setNewTimeSeconds(double inNewTime)
114{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected