Skip to content

Commit

Permalink
update README [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mohayonao committed Jul 18, 2016
1 parent 3dff64e commit 45f0ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ const synth = context.createSynth({
]
});

context.addToTail(synth);
context.append(synth);

for (let i = 0; i < 256; i++) {
synth.$freq = 440 * Math.pow(2, i / 256);
Expand Down

0 comments on commit 45f0ce8

Please sign in to comment.