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: 5 months ago
JSON representation
Program a piano track with javascript and play it on the browser
- Host: GitHub
- URL: https://github.com/farolfo/piano-js
- Owner: farolfo
- License: mit
- Created: 2015-07-02T05:33:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-03T14:52:00.000Z (almost 11 years ago)
- Last Synced: 2024-12-30T12:19:39.871Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 10.1 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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']);
```