You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# JavaScript
2
2
3
+
### algo_melody
4
+
* Algorithmic melody. Starts two oscillators of different speeds and frequency to play a pleasant tune. Displays frequency to user. [Play algo melody](https://rawgit.com/SageWare/JavaScript/master/algo_melody/index.html)
5
+
6
+
3
7
### piano_freq
4
8
* Script that turns user's keyboard into a frequency based piano. Utilizes the Web Audio API and spans two octaves. 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.
0 commit comments