electro-smith / libDaisy

Hardware Library for the Daisy Audio Platform
https://www.electro-smith.com/daisy
MIT License
312 stars 131 forks source link

Move midi message text mapper into MidiEvent #621

Open GregBurns opened 3 months ago

GregBurns commented 3 months ago

There was a comment in the UART and USB examples about moving the midi message type string mapping. I needed this function when debugging my application so decided now was a good time to move it to a shared location.

github-actions[bot] commented 3 months ago

Test Results

151 tests  ±0   151 :white_check_mark: ±0   0s :stopwatch: ±0s  16 suites ±0     0 :zzz: ±0    1 files   ±0     0 :x: ±0 

Results for commit 7bbba578. ± Comparison against base commit f7727edb.

beserge commented 1 month ago

Much cleaner, thanks for the contribution!