We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BeanMidi.loadMessage(buf) return value on buffer full is off by 3.
If full, return the current index. The index should only be incremented if the load was successful.
bean-arduino-core/hardware/bean/avr/cores/bean/BeanMidi.cpp
Line 175 in 6a199a9
The text was updated successfully, but these errors were encountered:
Moved everything to BeanMidi class. Added some new functions like pit…
e52e86b
…ch bends. Funtime good stuff.
Fix BeanMidi.loadMessage(buf) return value
305bfac
Fixes Issue PunchThrough#28
No branches or pull requests
BeanMidi.loadMessage(buf) return value on buffer full is off by 3.
If full, return the current index. The index should only be incremented if the load was successful.
bean-arduino-core/hardware/bean/avr/cores/bean/BeanMidi.cpp
Line 175 in 6a199a9
The text was updated successfully, but these errors were encountered: