Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ clear
Method
clear
src/engine/Engine.cpp:526–529 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
524
525
526
void Engine::clear() {
527
std::lock_guard<SharedMutex> lock(internal->mutex);
528
clear_NoLock();
529
}
530
531
532
void Engine::clear_NoLock() {
Callers
11
fromJson
Method · 0.45
~Window
Method · 0.45
processInput
Method · 0.45
processOutput
Method · 0.45
onStartStream
Method · 0.45
onStopStream
Method · 0.45
onSampleRateChange
Method · 0.45
handleLeave
Method · 0.45
clearChildren
Method · 0.45
Engine_refreshParamHandleCache
Function · 0.45
step
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected