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

Method getPlayheadPositionSeconds

NeuralNote/Source/Player.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155double Player::getPlayheadPositionSeconds() const
156{
157 return mSynthController->getCurrentTimeSeconds();
158}
159
160void Player::setPlayheadPositionSeconds(double inNewPosition)
161{

Callers 2

_centerViewOnPlayheadMethod · 0.80
_onVBlankCallbackMethod · 0.80

Calls 1

getCurrentTimeSecondsMethod · 0.80

Tested by

no test coverage detected