Created
November 11, 2017 02:20
-
-
Save hibuno/81825fbccd4fcd2604ac39a6b9599fae to your computer and use it in GitHub Desktop.
Script for Audio Context Tutorial at my medium account (https://medium.com/@muhibbudins)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Create Random Color | |
function colorize() { | |
return color[Math.round((Math.random() * 10))] || '#ffffff'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment