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

Method rehashComparator

Source/MIDI/CtrlrMidiInputComparator.cpp:87–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void CtrlrMidiInputComparator::rehashComparator()
88{
89 OwnedArray <CtrlrModulator,CriticalSection> &targets = owner.getModulators();
90
91 for (int i=0; i<targets.size(); i++)
92 {
93 if (targets[i]->getMidiMessagePtr())
94 {
95 addMatchTarget (targets[i]);
96 }
97 }
98}
99
100const String CtrlrMidiInputComparator::dumpTables()
101{

Callers 1

midiChannelChanedMethod · 0.80

Calls 2

sizeMethod · 0.45
getMidiMessagePtrMethod · 0.45

Tested by

no test coverage detected