Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ InputQueue
Method
InputQueue
src/midi.cpp:312–314 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
310
};
311
312
InputQueue::InputQueue() {
313
internal = new Internal;
314
}
315
316
InputQueue::~InputQueue() {
317
delete internal;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected