https://github.com/b-viguier/WebMidiPiano
:musical_keyboard: Online On-Screen Midi Piano
https://github.com/b-viguier/WebMidiPiano
midi piano webmidi
Last synced: about 2 months ago
JSON representation
:musical_keyboard: Online On-Screen Midi Piano
- Host: GitHub
- URL: https://github.com/b-viguier/WebMidiPiano
- Owner: b-viguier
- Created: 2018-11-12T20:25:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T12:36:30.000Z (over 5 years ago)
- Last Synced: 2024-11-07T23:39:44.519Z (7 months ago)
- Topics: midi, piano, webmidi
- Language: JavaScript
- Homepage: https://b-viguier.github.io/WebMidiPiano/
- Size: 127 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebMidiPiano
:musical_keyboard: Online On-Screen Midi PianoConnect your MIDI device to your computer,
select it in the list,
played notes will be displayed on virtual keyboard.## FAQ
### Did *you* create this pretty piano keyboard in CSS?
Not, at all… It's the work of Taufik Nurrohman (see original credits in [css file](css/piano.css)).
I just modified some properties to meet my requirements.### My browser is not supported… :sad:
This apllication use [WebMidi](https://github.com/djipco/webmidi) library, check [corresponding documentation](https://github.com/djipco/webmidi#browser-support) for browser support.### I got the message *"InvalidStateError: Platform dependent initialization failed."*
It happens, AFAIK it's a bug in chrome, you have to restart your browser.## Contributions
Any help to improve this dirty code is welcome :smile:
Feel free to propose modifications, to clone, share…