Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)