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
* Algorithmic melody. Starts two oscillators of different wave types and frequency ranges to play a pleasant tune. Displays frequency to user.
6
-
| [View Code](https://github.com/SageWare/JavaScript/blob/master/algo_melody/algo_melody.js) | [Test Program](https://rawgit.com/SageWare/JavaScript/master/algo_melody/index.html) | - High gain, lower your volume first.
6
+
[View Code](https://github.com/SageWare/JavaScript/blob/master/algo_melody/algo_melody.js) | [Test Program](https://rawgit.com/SageWare/JavaScript/master/algo_melody/index.html) - High gain, lower your volume first.
* Drum machine that utilizes the NexusUI library. Stores binary sequences, plays two types of clicks. Easily customizable for size and additional imported sounds.
* 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.
* 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.
0 commit comments