Tonejs / Tone.js

A Web Audio framework for making interactive music in the browser.
https://tonejs.github.io
MIT License
13.52k stars 983 forks source link

Fix typos and improve comments. #866

Closed ronyeh closed 3 years ago

ronyeh commented 3 years ago

Fixed a typo in Monophonic.ts with the word "immediately" and also simplified the description of the velocity parameter.

Alternatively, the description could be rewritten as:

@param  velocity Determines how loud the note will be when triggered.
@param  velocity Determines the loudness of the note.
tambien commented 3 years ago

thanks!