{-# LANGUAGE DataKinds #-} {-# LANGUAGE NoIncoherentInstances #-} {-# LANGUAGE NoMonomorphismRestriction #-} {-# LANGUAGE NoUndecidableInstances #-} module Vivid.UGens.SynthControl ( -- Might not actually need these 2 directly: --- control --- , controlName -- In Vivid.UGens.Analysis: -- , detectSilence --- , done --- , free__ --- , freeSelf --- , freeSelfWhenDone --- , lagControl --- , namedControl --- , pause --- , pauseSelf --- , pauseSelfWhenDone --- , trigControl ) where -- Might not actually need these 2 directly: --- control :: --- control = --- controlName :: --- controlName = --- done :: --- done = --- free__ :: --- free__ = --- freeSelf :: --- freeSelf = --- freeSelfWhenDone :: --- freeSelfWhenDone = --- lagControl :: --- lagControl = --- namedControl :: --- namedControl = --- pause :: --- pause = --- pauseSelf :: --- pauseSelf = --- pauseSelfWhenDone :: --- pauseSelfWhenDone = --- trigControl :: --- trigControl =