Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Device ID

Andrew Mee edited this page Sep 5, 2021 · 2 revisions

midi2Processor Methods

These are available if #define M2_DISABLE_IDREQ is not set.

If a Device ID Request is received the class will automatically send a reply based on the DeviceId, Model, Famil and Version information provided.

void sendIdentityRequest (uint8_t group)

Send out a Universal SysEx Device ID Request.

This will generate the SysEx data that is then set to the function provided by setRawSysEx, which is then sent based on how the applications wishes to send out data.

inline void setHandleIdResponse(void (*fptr)(uint8_t* devId, uint8_t* famId, uint8_t* modelId, uint8_t* ver))

Set handler for recieving Universal SysEx Device ID Reply.

Clone this wiki locally