UNPKG

gibber.lib

Version:

standalone libraries from Gibber to include in web pages

29 lines (17 loc) 345 B
<html> <head> <script src='./build/gibber.lib.js'></script> </head> <body></body> <script> Gibber.init() a = EDrums('x*ox*xo-') a.snare.snappy = 1 a.fx.add( Reverb() ) b = TorusKnot({ scale:2 }).spin(.001) c = Dots() c.scale = Master.Out d = Kick().note.seq(55,1/4) e = Synth('rhodes').chord.seq( Rndi(0,8,3), 1 ) </script> </html>