mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 08:38:00 +00:00
commit
ef9f17e8e1
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ var pwm = new Tone.PWMOscillator("Bb3").toMaster().start();
|
|||
|
||||
# Signals
|
||||
|
||||
Like the underlying Web Audio API, Tone.js is built with audio-rate signal control over nearly everything. This is a powerful feature which allows for sample-accurate synchronization and scheduline of parameters.
|
||||
Like the underlying Web Audio API, Tone.js is built with audio-rate signal control over nearly everything. This is a powerful feature which allows for sample-accurate synchronization and scheduling of parameters.
|
||||
|
||||
[Read more](https://github.com/Tonejs/Tone.js/wiki/Signals).
|
||||
|
||||
|
|
Loading…
Reference in a new issue