- Code coverage analysis
- Dev build with each successful commit
- Versioned docs plus a dev build of the docs on successful commits
- Tone.AudioNode is base class for all classes which generate or process audio
- Tone.Sampler simplifies creating multisampled instruments
- Tone.Solo makes it easier to mute/solo audio
- Mixer and sampler examples
- Making type-checking methods static
- Tone.TransportTimelineSignal is a signal which can be scheduled along the Transport
- Tone.FFT and Tone.Waveform abstract Tone.Analyser
- Tone.Meter returns decibels
- Tone.Envelope uses exponential approach instead of exponential curve for decay and release curves
- Tone.BufferSource fadeIn/Out can be either "linear" or "exponential" curve