Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
void CtrlrMidiInputComparator::match (const MidiMessage &m)
24
{
25
comparatorSingle.match(m);
26
comparatorMulti.match(m);
27
}
28
29
void CtrlrMidiInputComparator::match (const MidiBuffer &buffer)
30
{
Callers
1
process
Method · 0.45
Calls
3
getNextEvent
Method · 0.80
panelReceivedMidi
Method · 0.80
getNumEvents
Method · 0.45
Tested by
no test coverage detected