An open API service indexing awesome lists of open source software.

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

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!