You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently, everything after the slash in 1/12 on the line that reads , frequencyHz = 440 * Math.pow(2, noteNum * 1/12) is being incorrectly identified.
The text was updated successfully, but these errors were encountered:
In the first block of code in the http://techblog.stevej.name/2016/04/09/making-music-with-the-webaudio-api-part-3/ post, a large section of the JavaScript code is formatted as comment, but it is not commented.
Apparently, everything after the slash in
1/12
on the line that reads, frequencyHz = 440 * Math.pow(2, noteNum * 1/12)
is being incorrectly identified.The text was updated successfully, but these errors were encountered: