Bewelge / MIDIano

:musical_note: A JavaScript MIDI-Player/ Piano-learning webapp

Home Page:https://midiano.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

:musical_note: A JavaScript MIDI-Player/ Piano-learning webapp

https://midiano.com


Languages

Language:JavaScript 93.4%Language:CSS 5.4%Language:HTML 1.2%