html-midi-player | Play and display MIDI files online
GitHub - cifkao/html-midi-player: 🎹 Play and display MIDI files on the web
<midi-player>
and <midi-visualizer>
HTML elements powered by @magenta/music (Magenta.js), fully stylable and scriptable.
Notable websites that use html-midi-player
include abcnotation.com, Musical Nexus and demo websites for music generation models: piano infilling, stochastic positional encoding.
HTML MIDI Player Basic Example
This is a perfect example of modern Web Components - they work like native HTML elements but provide complex MIDI functionality powered by Magenta.js and Tone.js under the hood!<!-- Alternative: Separate script tags for each library -->
<script src="https://cdn.jsdelivr.net/npm/tone@14.7.58/build/Tone.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@magenta/music@1.23.1/es6/core.js"></script>
<script src="https://cdn.jsdelivr.net/npm/focus-visible@5/dist/focus-visible.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/html-midi-player@1.5.0/dist/midi-player.min.js"></script>
See the Pen HTML MIDI Player Basic Example by OndÅ™ej CÃfka (@cifkao) on CodePen.