Cracked Documentation examples/synth.html

Simple Mono

__().monosynth().dac().play(); __("monosynth").monosynth("noteOn",60);

Simple Poly

__().polysynth().dac().play(); __("polysynth").polysynth("noteOn",40); __("polysynth").polysynth("noteOn",50); __("polysynth").polysynth("noteOn",60);