Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
488
Engine::Engine() {
489
internal = new Internal;
490
491
internal->context = contextGet();
492
setSuggestedSampleRate(0.f);
493
}
494
495
496
Engine::~Engine() {
Callers
nothing calls this directly
Calls
1
contextGet
Function · 0.85
Tested by
no test coverage detected