| 85 | } |
| 86 | |
| 87 | void 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 | |
| 100 | const String CtrlrMidiInputComparator::dumpTables() |
| 101 | { |
no test coverage detected