Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getBlockDuration
Method
getBlockDuration
src/engine/Engine.cpp:712–714 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
710
711
712
double Engine::getBlockDuration() {
713
return internal->blockFrames * internal->sampleTime;
714
}
715
716
717
double Engine::getMeterAverage() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected