supercollider-ht-0.1.1.1: Haskell SuperCollider utilities

Safe HaskellSafe-Infered

Sound.SC3.Example.Effect

Contents

Description

Remember to call withSC3 reset before trying any example. An example can be tested with audition. The sound can be stopped with withSC3 reset, again.

Synopsis

example sounds

dbl :: a -> (a, a)Source

complex configurations

loadTone :: C m => String -> (UGen -> UGen -> UGen) -> m OSCSource

loadEffect :: C m => String -> UGen -> m OSCSource

playTone :: C m => String -> Double -> Double -> m ()Source

newGroup :: C m => Int -> Int -> m ()Source

playEffect :: C m => Int -> String -> m ()Source

speech synthesis