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
I ran into your project as I was searching for multi tones on a arduino with a single output.
But your code seems to be even better as I was searching for.
While I was trying some MIDI files, I noticed must of them where to big.
Looking at your code, there is some room for optimization.
I will make some suggestions in the upcoming submit
The text was updated successfully, but these errors were encountered:
added support
Arduino ATMEGA2560 support, PWM pin 10
code saving
No floating point calculation when requesting a new note
Removed pinMode() and replace by direct access to DRR
Removed unused variables, saves RAM as well
Optimized Timer2 setup
ISR optimized
smf2seq.js
Made changes to notes
Upper nibble is now octave and lower nibble the note
This changes help code size reduction on the arduino.
I ran into your project as I was searching for multi tones on a arduino with a single output.
But your code seems to be even better as I was searching for.
While I was trying some MIDI files, I noticed must of them where to big.
Looking at your code, there is some room for optimization.
I will make some suggestions in the upcoming submit
The text was updated successfully, but these errors were encountered: