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
Hey guys,
I have an ESP32-S3 ZERO which however can only build up serial communication vie USB CDC. To activate it, i need to enable "USB CDC on Boot". This library unfortunately does not support this type.
Errors:
serialMIDI.h:107:61: error: no matching function for call to 'midi::SerialMIDI::SerialMIDI(USBCDC&)'
serialMIDI.h:43:7: note: no known conversion for argument 1 from 'USBCDC' to 'const midi::SerialMIDI&'
Hey guys,
I have an ESP32-S3 ZERO which however can only build up serial communication vie USB CDC. To activate it, i need to enable "USB CDC on Boot". This library unfortunately does not support this type.
Errors:
serialMIDI.h:107:61: error: no matching function for call to 'midi::SerialMIDI::SerialMIDI(USBCDC&)'
serialMIDI.h:43:7: note: no known conversion for argument 1 from 'USBCDC' to 'const midi::SerialMIDI&'
serialMIDI.h:43:7: note: candidate: 'constexpr midi::SerialMIDI::SerialMIDI(midi::SerialMIDI&&)'
serialMIDI.h:43:7: note: no known conversion for argument 1 from 'USBCDC' to 'midi::SerialMIDI&&'
Is there any chance of getting it to work?
The text was updated successfully, but these errors were encountered: