Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 880 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 880 Bytes

js-synth

A collection of code for creating music / synthetic sound with javascript.

toy.html

Contains all the code for the tool I used to back my presentation @jsunconf At the top is a formula input field. Enter some mathematical equation, with parameter t. Click on the links below the for examples.

8bit-synth.html

Contains a very basic simple 8bit synthesizer and some song-patterns. Open the page and it will start immediately.

Further reading

http://synth.bitsnbites.eu/ (4K High Quality Synth in Javascript [Sonant]) http://wurstcaptures.untergrund.net/music/ (Another Toy for algorithmic music) http://countercomplex.blogspot.de/2011/10/some-deep-analysis-of-one-line-music.html (Theory) http://countercomplex.blogspot.de/2011/10/algorithmic-symphonies-from-one-line-of.html (Theory) http://basicsynth.com/ (Theory)