noting changes

This commit is contained in:
Yotam Mann 2014-09-23 21:56:34 -04:00
parent d8de05fbcf
commit fff2a4197b

View file

@ -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!
### r1 - First!