https://github.com/jsonkao/virtual-flute
The virtual flute allows the user to play a flute on his or her own computer. Using Javascript keydown events, flute fingerings on a keyboard will play audio in the website. Work is in progress.
https://github.com/jsonkao/virtual-flute
Last synced: about 1 year ago
JSON representation
The virtual flute allows the user to play a flute on his or her own computer. Using Javascript keydown events, flute fingerings on a keyboard will play audio in the website. Work is in progress.
- Host: GitHub
- URL: https://github.com/jsonkao/virtual-flute
- Owner: jsonkao
- Created: 2016-04-10T21:17:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-13T02:42:26.000Z (about 10 years ago)
- Last Synced: 2025-02-06T10:15:18.887Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 7.49 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# virtual-flute
### Overview
My experience as a floutist and my passion for computer science have joined to form the Virtual Flute. This program,
written as a web app, let's the user play the flute using matching keys (position-wise) on the keyboard as buttons on a flute.
### Usage
First, add the js:
```html
```
Then, reference all necessary audio files using the file name as the tag id:
```html
...
```
### Key Documentation
A diagram of terms I will be using in this documentation:

TH - space
LH1 - F
LH2 - D
LH3 - S
LH4 - A
RH1 - J
RH2 - K
RH3 - L
more soon to come...