Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ getLoopBeginTime
Method
getLoopBeginTime
src/cinder/audio/SamplePlayerNode.cpp:99–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
double SamplePlayerNode::getLoopBeginTime() const
100
{
101
return (double)mLoopBegin / (double)getSampleRate();
102
}
103
104
double SamplePlayerNode::getLoopEndTime() const
105
{
Callers
2
setupFilePlayerNode
Method · 0.80
updateUI
Method · 0.80
Calls
1
getSampleRate
Function · 0.50
Tested by
2
setupFilePlayerNode
Method · 0.64
updateUI
Method · 0.64