MCPcopy 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
312InputQueue::InputQueue() {
313 internal = new Internal;
314}
315
316InputQueue::~InputQueue() {
317 delete internal;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected