line16
A guide to using line16.
Work in progress. Loose notes for now.
A line16 page can be created with monolith:line16-new.
(monolith:line16-new "l")
Scheme functions for line16 are contained in line16.scm
(monolith:load "line16.scm")
The line16 function must be called in the patch before it
can be used. It takes in an optional trigger value, used for
points that "hold".
(line16 0 "l")
The line can be retrieved using line16line.
(sine (scale (line16line "l") 220 880) (param 0.5))