From bc1070ce29fee5b61ad3949f1112abfae046912e Mon Sep 17 00:00:00 2001 From: Yotam Mann Date: Sat, 5 Mar 2016 00:25:27 -0500 Subject: [PATCH] noting changes [ci skip] --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b21c528..0448897b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### r6 +### r7 * MetalSynth creates metalic, cymbal sounds * DrumSynth -> MembraneSynth @@ -6,6 +6,12 @@ * FatOscillator creates multiple oscillators and detunes them slightly * FM, AM, Fat Oscillators incorporated into OmniOscillator * Simplified FM and AM Synths and APIs +* Panner.pan is between -1,1 like the StereoPannerNode +* Pruned away unused (or little used) Signal classes. + * All this functionality will be available when the AudioWorkerNode is introduced. +* Clock uses Web Workers instead of requestAnimationFrame which allows it to run in the background. +* Removed `startMobile`. Use [StartAudioContext](https://github.com/tambien/StartAudioContext) instead. +* Automated test runner using [Travis CI](https://travis-ci.org/Tonejs/Tone.js/) DEPRECATED: