https://github.com/zulko/pianola
A web MIDI piano player, built for roll transcription
https://github.com/zulko/pianola
keyboard midi piano-roll player
Last synced: 3 months ago
JSON representation
A web MIDI piano player, built for roll transcription
- Host: GitHub
- URL: https://github.com/zulko/pianola
- Owner: Zulko
- License: mit
- Created: 2020-11-09T01:25:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-09T02:52:09.000Z (over 4 years ago)
- Last Synced: 2025-01-14T18:09:08.622Z (5 months ago)
- Topics: keyboard, midi, piano-roll, player
- Language: Vue
- Homepage: https://zulko.github.io/pianola/
- Size: 798 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Pianola
This project provides a web-based midi file player with piano keyboard and piano-roll views. It was built to help with the transcription of piano rolls, and enables in particular to loop over small segments of a piece at lower speed.
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
## Contribute
Pianola is open-source software originally written by Zulko and released under the MIT licence. Everyone is welcome to contribute!