MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / match

Method match

Source/MIDI/CtrlrMidiInputComparator.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void CtrlrMidiInputComparator::match (const MidiMessage &m)
24{
25 comparatorSingle.match(m);
26 comparatorMulti.match(m);
27}
28
29void CtrlrMidiInputComparator::match (const MidiBuffer &buffer)
30{

Callers 1

processMethod · 0.45

Calls 3

getNextEventMethod · 0.80
panelReceivedMidiMethod · 0.80
getNumEventsMethod · 0.45

Tested by

no test coverage detected