hsc3-0.14: Haskell SuperCollider

Safe HaskellNone

Sound.SC3.UGen.Monad

Description

Module exporting all of Sound.SC3.UGen and also the monad constructor variants for non-deterministic and non-sharable unit generators.

Synopsis

Documentation

clone :: UId m => Int -> m UGen -> m UGenSource

Clone a unit generator (mce . replicateM).