MCPcopy 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
148void Player::reset()
149{
150 mSynthController->reset();
151 setPlayingState(false);
152 mPlayheadTime = 0;
153}
154
155double Player::getPlayheadPositionSeconds() const
156{

Callers 6

clearMethod · 0.45
clearMethod · 0.45
startRecordingMethod · 0.45
stopRecordingMethod · 0.45
NeuralNoteMainViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected