https://github.com/63rabbits/midi2ubit
Convert MIDI notes to notes-string for micro:bit.
https://github.com/63rabbits/midi2ubit
microbit midi music
Last synced: 11 months ago
JSON representation
Convert MIDI notes to notes-string for micro:bit.
- Host: GitHub
- URL: https://github.com/63rabbits/midi2ubit
- Owner: 63rabbits
- License: mit
- Created: 2022-11-11T11:51:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T06:01:07.000Z (about 3 years ago)
- Last Synced: 2025-08-03T04:33:05.733Z (11 months ago)
- Topics: microbit, midi, music
- Language: Python
- Homepage:
- Size: 826 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-microbit - midi2ubit - Convert MIDI notes to notes-string for micro:bit. The notes-string can then be played using a MakeCode extention. (🧰 micro:bit Tools / 🎓 Machine Learning Resources & Projects)
README
# midi2ubit
Convert MIDI notes to notes-string for micro:bit. The notes-string can be played using micro:bit extention [pxt-microbit-nerds](https://github.com/63rabbits/pxt-microbit-nerds).
## Note
The micro:bit only plays one note at a time, so it can't play chords. midi2ubit picks the highest note when it finds a chord.
## Example of use
[midi2ubit_usageexsample](https://github.com/63rabbits/midi2ubit_usageexsample)
## Outline
