hsc3-0.20: Haskell SuperCollider
Safe HaskellSafe-Inferred
LanguageHaskell2010

Sound.Sc3.Ugen.Bindings.Composite.External

Contents

Description

Common unit generator graphs.

Synopsis

Documentation

fm7_mx :: [[Ugen]] -> [[Ugen]] -> Ugen Source #

FM7 variant where input matrices are not in MCE form.

greyhole :: Ugen -> Ugen -> Ugen -> Ugen -> Ugen -> Ugen -> Ugen -> Ugen -> Ugen Source #

greyhole re-orders parameters as well as unpacking the input signal.

in1=0.0 in2=0.0 damping=0.0 delayTime=2.0 diffusion=0.5 feedback=0.9 moddepth=0.1 modfreq=2.0 size=1.0 in delayTime=2.0 damping=0.0 size=1.0 diffusion=0.7 feedback=0.9 modDepth=0.1 modFreq=2.0

miBraids_mode_dict :: Num n => [(n, String)] Source #

Association list giving names for MiBraids modes.

miClouds_mode_dict :: Num n => [(n, String)] Source #

Association list giving names for MiClouds modes.

miPlaits_mode_dict :: Num n => [(n, String)] Source #

Association list giving names for MiPlaits modes.

miRings_mode_dict :: Num n => [(n, String)] Source #

Association list giving names for MiPlaits modes.

pulseDPW :: Rate -> Ugen -> Ugen -> Ugen Source #

pulse signal as difference of two sawDPW signals.

rdu

pv_SplitUnpack :: Ugen -> Ugen -> (Ugen, Ugen) Source #

Variant that unpacks the output mce node.

pv_SplitAllocId :: ID i => i -> Ugen -> Ugen Source #

A pv_Split variant, like ffta, that allocates a localBuf by tracing the input graph to locate the parent FFT or PV_Split node.

pv_SplitAllocUnpackId :: ID i => i -> Ugen -> (Ugen, Ugen) Source #

Variant that unpacks the output mce node.