You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2024. It is now read-only.
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.