From 803e02f6ba8b1f584e56b9ac3fbdd28e9796af65 Mon Sep 17 00:00:00 2001 From: Yotam Mann Date: Fri, 6 Apr 2018 17:20:49 -0700 Subject: [PATCH] noting changes --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4bfee293..b93fdf553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ * Using ConstantSourceNode in Signal when available * switching to eslint from jshint * Running [CI tests](https://travis-ci.org/Tonejs/Tone.js/) on Firefox, Chrome (latest and canary) and Safari (latest and version 9). -* [Tone.Reverb](https://tonejs.github.io/docs/Reverb) is a convolution-based stereo reverb +* [Tone.Reverb](https://tonejs.github.io/docs/Reverb) is a convolution-based stereo reverb. [Example](https://tonejs.github.io/examples/#reverb). * Optimizing basic Oscillator types and many Signal use-case * Optimizing basic connection use-case of Tone.Signal where one signal is controlling another signal * Testing rendered output against an existing audio file for continuity and consistency