supercollider-ht-0.3: Haskell SuperCollider utilities

Safe HaskellNone
LanguageHaskell98

Sound.SC3.Example.Effect

Contents

Description

Remember to call initialize before trying any example. Otherwise, scsynth says FAILURE /s_new Group not found. An example can be tested with audition. The sound can be stopped with withSC3 reset, again.

Synopsis

Documentation

example sounds

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

complex configurations

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

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

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

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

speech synthesis