supercollider-ht-0.2.0.1: Haskell SuperCollider utilities

Safe HaskellNone

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

seed :: IntSource

envPerc' :: Fractional a => Envelope aSource

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

complex configurations

void :: Monad m => m a -> m ()Source

loadTone :: Transport m => String -> (UGen -> UGen -> UGen) -> m ()Source

loadEffect :: Transport m => String -> UGen -> m ()Source

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

playToneSep :: Transport m => String -> Double -> Double -> m ()Source

playToneInGroup :: Transport m => Int -> String -> Double -> Double -> m ()Source

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

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

toneToFreq :: Int -> DoubleSource

speech synthesis

render :: FilePath -> Double -> UGen -> IO ()Source