Skip to content

Bewelge/MIDIano

Repository files navigation

Midiano

A JavaScript MIDI-Player/ Piano-learning webapp

Midiano is a free Piano-learning webapp that runs on any device with a modern browser. Open any MIDI-File and Midiano shows you the notes as falling bars over a piano as well as the corresponding sheet music. Connect a MIDI-Keyboard to get instant feedback if you hit the correct notes. You can also use the keyboard as output device to play the MIDI-Files on your keyboard.

Screenshot

I have continued development of Midiano in a private repository. This repository serves as a place for bug reports or feature requests.

I will keep the (outdated) code in this repository public though, in case someone is interested in looking at or tinkering with it. However please note that it is not open source.

The current version of the app can be accessed at Midiano.com.

Browser Support :

It runs on any browser (and device) that supports the WebAudioAPI (Full support apart from Internet Explorer).

To connect a MIDI-Keyboard the browser also needs to support the WebMIDIAPI (Currently only Chrome and Edge).

Features :

  • MIDI playback
  • MIDI-Keyboard support
    • Input - Let the song wait for you to hit the correct notes
    • Output - Use your MIDI-Keyboard as sound output
  • Automatic Sheet Music generation (Formatting & Rendering done with VexFlow)
  • Customize track colors, particle effects and track instruments
  • 3 different soundfonts from https://github.com/gleitz/midi-js-soundfonts

Libraries used: