Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Tone.js | 2017-09-16 | 778.3 kB | |
Tone.min.js | 2017-09-16 | 239.0 kB | |
r11 source code.tar.gz | 2017-09-16 | 11.2 MB | |
r11 source code.zip | 2017-09-16 | 11.4 MB | |
README.md | 2017-09-16 | 1.4 kB | |
Totals: 5 Items | 23.7 MB | 0 |
- 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