Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ run
Method
run
src/window/Window.cpp:416–421 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
414
415
416
void Window::run() {
417
internal->frame = 0;
418
while (!glfwWindowShouldClose(win)) {
419
step();
420
}
421
}
422
423
424
void Window::step() {
Callers
1
main
Function · 0.45
Calls
1
step
Function · 0.85
Tested by
no test coverage detected