Skip to content

Writing own functions

col = () => osc(10).scale(2)

osc(10).mult(col()).out()

Comments