Replies: 3 comments 3 replies
-
It looks to me like someone else had the same issue involving baud rate here: |
Beta Was this translation helpful? Give feedback.
-
Similar here. I found putting a baud rate in the custom struct solved the problem BUT the reason I was creating a custom instance was to change the size of the system exclusive buffer. This doesn't work and the buffer remains the same default size of 128 set in midi_settings.h. I confirmed this by changing the SysExMaxSize = 1024 in midi_settings.h. I'm using Arduino IDE 1.8.5 and the MIDI library version 5.0.2 Do we have a solution to this? |
Beta Was this translation helpful? Give feedback.
-
To resolve your issue, you need the download/fork the latest version from GitHub, not the Release version (that is use in the lib manager from Arduino). We are working on a new Release (for a while now) that should clear this issue (nudging @franky47). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to override one of the default settings (1-byte parsing):
The default instances (commented out above) work fine, but the custom instances result in errors concerning the baud rate:
Could someone tell me what I'm doing wrong? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions