Vowel

Vowel

Vowel is a a formant filter. More words will go here.

It is unusual in that it doesn't have any runt words defined for it, but it works within the runt VM anyways.

Observe:

<<vowel_test.scm>>=
(monolith:start-offline)
(monolith:load "ugens.scm")
(monolith:load "gst.scm")

(blsquare (mtof (add (sine 6 0.2) (+ 48 24))) 0.5 0.2)

(randi 0 1 3)
(param 0.8)
(vowel:morph)

(wavout zz "test.wav")
(out zz)

(monolith:compute (* 44100 5))

Run with

./monolith -lp/monolith.scm vowel_test.scm