From fa61d872eba37b3b96b55fc6cf57ac35219fc10f Mon Sep 17 00:00:00 2001 From: Yotam Mann Date: Sun, 28 Jun 2015 13:23:21 -0400 Subject: [PATCH] updated API link --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ed8a98ec..e466abb6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ Tone.js Tone.js is a Web Audio framework for creating interactive music in the browser. The architecture of Tone.js aims to be familiar to both musicians and audio programmers looking to create web-based audio applications. On the high-level, Tone offers common DAW (digital audio workstation) features like a global transport for scheduling and timing events and prebuilt synths and effects. For signal-processing programmers (coming from languages like Max/MSP), Tone provides a wealth of high performance, low latency building blocks and DSP modules to build your own synthesizers, effects, and complex control signals. [API](http://tonejs.org/docs/) - [Examples](http://tonejs.org/examples/) # Demos @@ -101,4 +100,4 @@ Tone.js uses very few ScriptProcessorNodes. Nearly all of the Tone Modules find * [Many of Chris Wilson's Repositories](https://github.com/cwilso) * [The Spec](http://webaudio.github.io/web-audio-api/) * [Sound on Sound - Synth Secrets](http://www.soundonsound.com/sos/may99/articles/synthsec.htm) -* [Miller Puckette - Theory and Techniques of Electronic Music](http://msp.ucsd.edu/techniques.htm) \ No newline at end of file +* [Miller Puckette - Theory and Techniques of Electronic Music](http://msp.ucsd.edu/techniques.htm)