In order to view and play with the Hack Pack coding console (IDE), please visit this page on a Mac, PC, or Chromebook.
Mobile and Tablets are currently not supported (sorry!).
synthesizer

LASER SYNTHESIZER

BONUS CONTENT UNLOCKED

Learn a NEW FUNCTION!

void customSound(){
  // Create your own sound settings
  setWaveform(SINE);
  setOctave(4);
  setScale(MINOR);
}

Explore the world of sound synthesis and create your own musical experiences!