Skip to content

Instantly share code, notes, and snippets.

@rossedfort
Last active December 11, 2015 06:23
Show Gist options
  • Save rossedfort/2f1487a7954120ebd4a8 to your computer and use it in GitHub Desktop.
Save rossedfort/2f1487a7954120ebd4a8 to your computer and use it in GitHub Desktop.

Recap

  • function setup()
  • function draw()
  • no 'var'
  • interactivity, mousePressed(), mouseX, mouseY, etc.

New Stuff

  • p5.sound library
  • Cool project
  • How can we interact with sound through the browser
  • This is how
  • let's draw some shapes to visualize our favorite song :O)
  • But first
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment