Searched refs:warmupMsg (Results 1 – 1 of 1) sorted by relevance
65 uint8_t warmupMsg[] = {makeMIDICmd(kMIDIChanCmd_Control, 0), 0, 0}; variable177 for(int byteIndex = 0; byteIndex < sizeof(warmupMsg); byteIndex++) { in buildMatchStream()178 mMatchStream.push_back(warmupMsg[byteIndex]); in buildMatchStream()250 matchedByteCount += sizeof(warmupMsg); in matchStream()251 mReceiveStreamPos += sizeof(warmupMsg); in matchStream()324 portSend(mMidiSendPort, warmupMsg, sizeof(warmupMsg), mThrottleData); in sendMessages()