Skip to content

Commit 764e9d6

Browse files
authored
Update README.md
1 parent e9f6dc0 commit 764e9d6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# JavaScript
22

3+
### piano_freq
4+
* Script that turns user's keyboard into a frequency based piano. Utilizes the Web Audio API. Starts one oscillator on mouse click, changes frequency on key press. Meant to be imbedded in a HTML iframe with graphical instructions for note mapping. Only one tone can be played at once.
5+
36
### xyther
47
* A theramin that utilizes the Web Audio API. Starts two oscillators on mouse click, changes frequency based on XY coordinates. Meant to be imbedded in a HTML iframe with graphics.
8+
9+
## To Do:
10+
> Create graphical version of piano_freq using the NexusUI Library and allows more than one tone to be played.

0 commit comments

Comments
 (0)