Merge pull request #227 from m1keall1son/master

updated typo in README
This commit is contained in:
Yotam Mann 2017-04-06 00:49:33 +03:00 committed by GitHub
commit ef9f17e8e1

View file

@ -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).