63rabbits / midi2ubit

Convert MIDI notes to notes-string for micro:bit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

midi2ubit

Convert MIDI notes to notes-string for micro:bit. The notes-string can be played using micro:bit extention 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

Outline

midi2ubit-readme-0001.png

About

Convert MIDI notes to notes-string for micro:bit.

License:MIT License


Languages

Language:Python 100.0%