MCPcopy Create free account
hub / github.com/VCVRack/Rack / MidiParser

Method MidiParser

include/dsp/midi.hpp:328–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326 dsp::PulseGenerator continuePulse;
327
328 MidiParser() {
329 heldNotes.reserve(128);
330 reset();
331 }
332
333 /** Resets settings and performance state */
334 void reset() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected