https://github.com/teemukoivisto/midi-note-trainer
Music notation trainer app with Web MIDI and Svelte
https://github.com/teemukoivisto/midi-note-trainer
midi music svelte typescript webmidi
Last synced: 22 days ago
JSON representation
Music notation trainer app with Web MIDI and Svelte
- Host: GitHub
- URL: https://github.com/teemukoivisto/midi-note-trainer
- Owner: TeemuKoivisto
- License: mit
- Created: 2024-01-16T09:59:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-30T09:22:17.000Z (10 months ago)
- Last Synced: 2025-03-27T22:51:17.184Z (about 1 month ago)
- Topics: midi, music, svelte, typescript, webmidi
- Language: TypeScript
- Homepage: https://midi-note-trainer.teemukoivisto.xyz
- Size: 10.2 MB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [midi-note-trainer](https://github.com/teemukoivisto/midi-note-trainer)
https://midi-note-trainer.teemukoivisto.xyz/
This is small web app I built for myself to easily practise music notes and such. IMO you really have to drill them down until reading them is as easy as words.
## How to develop locally
You need NodeJS >=16 and pnpm >= 7.
1. `pnpm i`
2. `pnpm setup`
3. `pnpm client`## Contributing
PRs and issues are more than welcome! All code is open-source.