https://github.com/cueaz/score-viewer
View sheet music with simple MIDI input visualization
https://github.com/cueaz/score-viewer
midi-visualizer pdf-viewer sheet-music sheet-music-viewer
Last synced: 5 months ago
JSON representation
View sheet music with simple MIDI input visualization
- Host: GitHub
- URL: https://github.com/cueaz/score-viewer
- Owner: cueaz
- License: mpl-2.0
- Created: 2023-07-18T00:02:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-21T15:53:24.000Z (10 months ago)
- Last Synced: 2025-08-21T18:35:47.983Z (10 months ago)
- Topics: midi-visualizer, pdf-viewer, sheet-music, sheet-music-viewer
- Language: TypeScript
- Homepage: https://sv.cueaz.com
- Size: 4.06 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Score Viewer
My makeshift solution to view sheet music and simple MIDI input visualization simultaneously.
Deployed at [sv.cueaz.com](https://sv.cueaz.com).

## Browser Support
As of July 2023, Chrome is the only fully supported browser.
| | [Fullscreen API](https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API) | [Web MIDI API](https://developer.mozilla.org/en-US/docs/Web/API/Web_MIDI_API) | [Screen Wake Lock API](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API) | [Progressive Web App](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps) |
| ------- | :-------------------------------------------------------------------------------: | :---------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------: |
| Chrome | O | O | O | O |
| Firefox | O | O | X | X |
| Safari | O | X | O | O |
## Limitations
- PDF Annotation Layer is not currently implemented.