SimpleTremoro
at wani's demo page. Also can see it's source code here.
+
*
-
name
/ name.foo
var myOsc = ctx.createOscillator(); // copy of auto generated code
:
like :name
$
like $name
funcname(arg1,arg2)
is function. (Way to define new function is not supported.)
Currently implemented functions are...
# create New audioParam named depth. audioParam("depth", 0.4); # and then, You can reference it by name with ':' prefix. output = lfo.gain * :depth;
#
to the end on line will be ignored.
!
to the end of line will be printed as raw JavaScript.