Home
last modified time | relevance | path

Searched refs:mmcLocateMsg (Results 1 – 2 of 2) sorted by relevance

/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dmidi_consts.h109 const unsigned char mmcLocateMsg[] = { 0x7f, 0x7f, 0x06, 0x44, 0x06, 0x01, 0, 0, 0, 0, 0 }; variable
113 const unsigned int mmcLocateMsgLen = sizeof(mmcLocateMsg);
H A Dmidiport.cpp652 memcpy(msg, mmcLocateMsg, mmcLocateMsgLen); in sendMMCLocate()