https://github.com/zulko/pianoputer.js
Javascript implementation of the Pianoputer. Right now, it's bad. Very bad.
https://github.com/zulko/pianoputer.js
Last synced: over 1 year ago
JSON representation
Javascript implementation of the Pianoputer. Right now, it's bad. Very bad.
- Host: GitHub
- URL: https://github.com/zulko/pianoputer.js
- Owner: Zulko
- Created: 2014-06-14T16:26:12.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-14T16:28:34.000Z (about 12 years ago)
- Last Synced: 2025-04-11T23:17:21.447Z (over 1 year ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 24
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Pianoputer.js
=============
The pianoputer allows you to play piano pieces on your computer keyboard, `like in this video `_.
In the video I use the `Python version `_ of the program, which works great, but not anyone wants to deal with Python. This project is ab out a browser-based Javascript implementation of the pianoputer.
For now it *works* on Google Chrome, for QWERTY layouts, but it's still far from perfect, I am not a JS guru, at all. Anyone who wants to improve the program is most welcome. The key features I have in mind are:
- No lag (the sound plays immediately when you press a key)
- Support of multiple keyboard layouts.
- A choice of several possible sounds.
Run the program
=================
Just unzip everything in one folder and open ``pianoputer.html``.
To get a new keyboard configuration (which is basically a list of the codes of the keys in your browser) run ``print_keydowns.html``.
Licence
========
Pianoputer.js - Copyleft 2014 by Zulko.
The file "Riffwave.js" is copyleft by Pedro Ladaria (see copyright notice in the file).