UNPKG

hydra-synth

Version:
18 lines (17 loc) 491 B
<!DOCTYPE html> <html class="w-100 h-100 mw-100"> <head> <title></title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <meta charset="utf-8"> </head> <body class="w-100 h-100 mw-100 avenir bg-dark-gray near-white"> <div></div> <script src='./hydra-synth.js'></script> <script> const h = new Hydra() console.log('h', h) osc(2).out() </script> </body> </html>