| 161 | } |
| 162 | |
| 163 | void INoteSource::SendCCOutput(int control, int value, int voiceIdx /*=-1*/) |
| 164 | { |
| 165 | mNoteOutput.SendCC(control, value, voiceIdx); |
| 166 | } |
| 167 | |
| 168 | void INoteSource::PreRepatch(PatchCableSource* cableSource) |
| 169 | { |
no test coverage detected