hdf-0.14: Haskell data flow library for audio processing

Safe HaskellNone

Sound.DF.Uniform.LL.Audition

Contents

Description

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

Synopsis

jack-dl

with_jack_dl :: Connection UDP a -> IO aSource

Run action with UDP link to jack-dl.

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

Audition graph after sending initialisation messages.

scsynth

u_cmd_g_load :: Int -> Int -> String -> MessageSource

Load graph.

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

Audition graph after sending initialisation messages.

text-dl

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

Audition at text-dl.