Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
155
double Player::getPlayheadPositionSeconds() const
156
{
157
return mSynthController->getCurrentTimeSeconds();
158
}
159
160
void Player::setPlayheadPositionSeconds(double inNewPosition)
161
{
Callers
2
_centerViewOnPlayhead
Method · 0.80
_onVBlankCallback
Method · 0.80
Calls
1
getCurrentTimeSeconds
Method · 0.80
Tested by
no test coverage detected