Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/63rabbits/midi2ubit
Convert MIDI notes to notes-string for micro:bit.
https://github.com/63rabbits/midi2ubit
microbit midi music
Last synced: 1 day 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T06:01:07.000Z (over 1 year ago)
- Last Synced: 2024-04-18T18:01:37.012Z (7 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
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
![midi2ubit-readme-0001.png](/midi2ubit-readme-0001.png)