Skip to content

Commit

Permalink
added new classes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
tambien committed Sep 24, 2014
1 parent 097230b commit 32f9647
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,15 @@ Tone.js provides a number number of useful components for building synthesizers
* [Tone.DryWet](http://tonenotone.github.io/Tone.js/doc/Tone.DryWet.html)
* [Tone.Envelope](http://tonenotone.github.io/Tone.js/doc/Tone.Envelope.html)
* [Tone.EQ](http://tonenotone.github.io/Tone.js/doc/Tone.EQ.html)
* [Tone.FeedbackCombFilter](http://tonenotone.github.io/Tone.js/doc/Tone.FeedbackCombFilter.html)
* [Tone.Filter](http://tonenotone.github.io/Tone.js/doc/Tone.Filter.html)
* [Tone.Follower](http://tonenotone.github.io/Tone.js/doc/Tone.Follower.html)
* [Tone.Gate](http://tonenotone.github.io/Tone.js/doc/Tone.Gate.html)
* [Tone.LFO](http://tonenotone.github.io/Tone.js/doc/Tone.LFO.html)
* [Tone.LowpassCombFiler](http://tonenotone.github.io/Tone.js/doc/Tone.LowpassCombFiler.html)
* [Tone.Merge](http://tonenotone.github.io/Tone.js/doc/Tone.Merge.html)
* [Tone.Meter](http://tonenotone.github.io/Tone.js/doc/Tone.Meter.html)
* [Tone.Mono](http://tonenotone.github.io/Tone.js/doc/Tone.Mono.html)
* [Tone.Panner](http://tonenotone.github.io/Tone.js/doc/Tone.Panner.html)
* [Tone.Split](http://tonenotone.github.io/Tone.js/doc/Tone.Split.html)
Expand Down Expand Up @@ -188,6 +191,7 @@ Audio-rate logic operator output 1 when true and 0 when false.
* [Tone.EqualZero](http://tonenotone.github.io/Tone.js/doc/Tone.EqualZero.html)
* [Tone.GreaterThan](http://tonenotone.github.io/Tone.js/doc/Tone.GreaterThan.html)
* [Tone.LessThan](http://tonenotone.github.io/Tone.js/doc/Tone.LessThan.html)
* [Tone.Not](http://tonenotone.github.io/Tone.js/doc/Tone.Not.html)
* [Tone.Threshold](http://tonenotone.github.io/Tone.js/doc/Tone.Threshold.html)
### Routing
Expand All @@ -205,6 +209,8 @@ Tone.js has a few built in synthesizers.
* [Tone.MonoSynth](http://tonenotone.github.io/Tone.js/doc/Tone.MonoSynth.html)
* [Tone.DuoSynth](http://tonenotone.github.io/Tone.js/doc/Tone.DuoSynth.html)
* [Tone.FMSynth](http://tonenotone.github.io/Tone.js/doc/Tone.FMSynth.html)
* [Tone.PluckSynth](http://tonenotone.github.io/Tone.js/doc/Tone.PluckSynth.html)
* [Tone.Sampler](http://tonenotone.github.io/Tone.js/doc/Tone.Sampler.html)
Each of these synthesizers can be fed to the second argument of [Tone.PolySynth](http://tonenotone.github.io/Tone.js/doc/Tone.PolySynth.html) to turn the monophonic voice into a polyphonic synthesizer.
Expand Down

0 comments on commit 32f9647

Please sign in to comment.