hdf-0.14: Haskell data flow library for audio processing

Safe HaskellNone

Sound.DF.Uniform.GADT.Audition

Description

Interaction with jack-dl, scsynth and text-dl.

Synopsis

Documentation

audition :: [Message] -> DF () -> IO ()Source

Audition graph at jack-dl after sending initialisation messages.

audition_sc3 :: [Message] -> DF () -> IO ()Source

Audition graph at SC3 after sending initialisation messages.

audition_text :: Int -> DF () -> IO ()Source

Audition graph at text-dl.