hsc3-rec-0.14: Sound/SC3/UGen/Record/FoaFocusZ.hs
-- | (Undocumented class)
module Sound.SC3.UGen.Record.FoaFocusZ where
import qualified Sound.SC3.UGen as S
import Sound.SC3.UGen.Record
data FoaFocusZ = FoaFocusZ {
in :: S.UGen,
angle :: S.UGen
} deriving (Show)
foaFocusZ :: FoaFocusZ
foaFocusZ = FoaFocusZ {
in = 0.0,
angle = 0.0
}
mkFoaFocusZ :: FoaFocusZ -> S.UGen
mkFoaFocusZ (FoaFocusZ a' b') = S.mkOsc S.AR "FoaFocusZ" [a',b'] 4
instance Make FoaFocusZ where
ugen = mkFoaFocusZ