MCPcopy Create free account
hub / github.com/VCVRack/Rack / Engine

Method Engine

src/engine/Engine.cpp:488–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486
487
488Engine::Engine() {
489 internal = new Internal;
490
491 internal->context = contextGet();
492 setSuggestedSampleRate(0.f);
493}
494
495
496Engine::~Engine() {

Callers

nothing calls this directly

Calls 1

contextGetFunction · 0.85

Tested by

no test coverage detected