Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/farolfo/piano-js

Program a piano track with javascript and play it on the browser
https://github.com/farolfo/piano-js

Last synced: 13 days ago
JSON representation

Program a piano track with javascript and play it on the browser

Awesome Lists containing this project

README

        

# piano JS
Program a piano track with javascript and play it on the browser.

### Install

```
$ bower install piano
```

### Usage

```javascript
// play the C major scale
piano.play(['C', 'D', 'E', 'F', 'G', 'A', 'B']);
```