ref: 7de74a9d01cbb87b74def34099ce2f30a0fb6e6e
dir: /util/faust/square.dsp/
import("oscillator.lib"); freq = hslider("[1]frequency", 440, 0, 20000, 0.0001); amp = hslider("[2]amp", 1, 0, 1, 0.00001); width = hslider("[3]width", 0.5, 0, 1, 0.0000); process = pulsetrainN(2, freq, width) * amp;