Skip to content

Commit 74a86ba

Browse files
authored
Update README.md
update JavaScript readme style
1 parent e5d99a1 commit 74a86ba

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
### algo_melody
44
![ ](https://github.com/SageWare/JavaScript/blob/master/algo_melody/capture.png?raw=true)
55
* 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.
77

88

99
### drum_machine_ui
1010
![ ](https://github.com/SageWare/JavaScript/blob/master/drum_machine_ui/capture.png?raw=true)
1111
* Drum machine that utilizes the NexusUI library. Stores binary sequences, plays two types of clicks. Easily customizable for size and additional imported sounds.
12-
| [View Code](https://github.com/SageWare/JavaScript/blob/master/drum_machine_ui/drum_machine_ui.js) | [Test Program](https://cdn.rawgit.com/SageWare/JavaScript/8d7165c9/drum_machine_ui/index.html) | - Low gain, turn volume up.
12+
[View Code](https://github.com/SageWare/JavaScript/blob/master/drum_machine_ui/drum_machine_ui.js) | [Test Program](https://cdn.rawgit.com/SageWare/JavaScript/8d7165c9/drum_machine_ui/index.html) - Low gain, turn volume up.
1313

1414
### piano_freq
1515
* 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.
16-
| [View Code](https://github.com/SageWare/JavaScript/blob/master/piano_freq/piano_freq.js) |
16+
[View Code](https://github.com/SageWare/JavaScript/blob/master/piano_freq/piano_freq.js)
1717

1818
### xyther
1919
* 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.
20-
| [View Code](https://github.com/SageWare/JavaScript/blob/master/xyther/xyther.js) |
20+
[View Code](https://github.com/SageWare/JavaScript/blob/master/xyther/xyther.js)
2121

2222
## To Do:
2323
> Create graphical version of piano_freq using the NexusUI Library and allows more than one tone to be played.

0 commit comments

Comments
 (0)