UNPKG

gibber.lib

Version:

standalone libraries from Gibber to include in web pages

16 lines (13 loc) 240 B
<html> <head> <title>test</title> <script src='./build/gibber.lib.js'></script> </head> <body> <script> Gibber.init() a = Synth('bleep').note.seq( Rndi(-20,20), 1/4 ) b = Looper( a, 1, 4 ).loop() </script> </body> </html>