uint8_t channel = midilist[port]->getChannel(); | uint8_t channel = midilist[port]->getChannel(); | ||||
const uint8_t *sys = midilist[port]->getSysExArray(); | const uint8_t *sys = midilist[port]->getSysExArray(); | ||||
sendToComputer(type, data1, data2, channel, sys, 6 + port); | sendToComputer(type, data1, data2, channel, sys, 6 + port); | ||||
activity = true; | |||||
} | } | ||||
} | } | ||||