From fff2a4197b5d90dc465d4a848077b621b51b39f1 Mon Sep 17 00:00:00 2001 From: Yotam Mann Date: Tue, 23 Sep 2014 21:56:34 -0400 Subject: [PATCH] noting changes --- CHANGELOG.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94266aae..5fa87b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ -# r2 - Physical Modeling +### r2 - Getting Physical * PluckSynth - Karplus-Strong Plucked String modeling synth +* Freeverb +* John Chowning Reverb (JCReverb) +* LowpassCombFilter and FeedbackCombFilter +* Sampler with pitch control * Clock tick callback is out of the audio thread using setTimeout * Optimized Tone.Modulo * Tests run using OfflineRenderingContext * Fixed Transport bug where timeouts/intervals and timelines were on a different tick counter * AmplitudeEnvelope + triggerAttackDecay on Envelope -* Sampler with pitch control -* Instrument inherit from Tone.Instrument base-class -* LowpassCombFilter and FeedbackCombFilter -* Freeverb implementation -* John Chowning Reverb Implementation (JCReberb) +* Instruments inherit from Tone.Instrument base-class +* midi<-->note conversions -# r1 - First! \ No newline at end of file +### r1 - First! \ No newline at end of file