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

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.

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...