Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DamRsn/NeuralNote
/ reset
Method
reset
NeuralNote/Source/Player.cpp:148–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
}
147
148
void Player::reset()
149
{
150
mSynthController->reset();
151
setPlayingState(false);
152
mPlayheadTime = 0;
153
}
154
155
double Player::getPlayheadPositionSeconds() const
156
{
Callers
6
NeuralNoteAudioProcessor
Method · 0.45
clear
Method · 0.45
clear
Method · 0.45
startRecording
Method · 0.45
stopRecording
Method · 0.45
NeuralNoteMainView
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected