Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
void SynthController::reset()
106
{
107
mCurrentEventIndex = 0;
108
mCurrentSampleIndex = 0;
109
mCurrentTime = 0.0;
110
mMidiBuffer.clear();
111
}
112
113
void SynthController::setNewTimeSeconds(double inNewTime)
114
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected