hdf-0.15: HDF: Uniform Rate Audio Signal Processing in Haskell

Safe HaskellNone
LanguageHaskell98

Sound.DF.Uniform.LL.Audition

Contents

Description

Interaction with jack-dl, scsynth and text-dl. See http://rd.slavepianos.org/?t=rju.

Synopsis

Documentation

rdl :: Int -> UGen -> UGen Source

Local definition of RDL UGen, to avoid dependency on sc3-rdu.

jack-dl (rju)

with_jack_dl :: Connection UDP a -> IO a Source

Run action with UDP link to jack-dl.

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

Audition graph after sending initialisation messages.

scsynth

u_cmd_g_load :: Int -> Int -> String -> Message Source

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.