MCPcopy 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
712double Engine::getBlockDuration() {
713 return internal->blockFrames * internal->sampleTime;
714}
715
716
717double Engine::getMeterAverage() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected