mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-26 11:33:09 +00:00
noting changes
This commit is contained in:
parent
d8de05fbcf
commit
fff2a4197b
1 changed files with 8 additions and 7 deletions
15
CHANGELOG.md
15
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!
|
||||
### r1 - First!
|
Loading…
Reference in a new issue