| Safe Haskell | None |
|---|
Sound.DF.Uniform.LL.Audition
Description
Interaction with jack-dl, scsynth and text-dl.
- with_jack_dl :: Connection UDP a -> IO a
- audition :: [Message] -> Instructions -> IO ()
- u_cmd_g_load :: Int -> Int -> String -> Message
- audition_sc3 :: [Message] -> Instructions -> IO ()
- audition_text :: Int -> Instructions -> IO ()
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
audition_sc3 :: [Message] -> Instructions -> IO ()Source
Audition graph after sending initialisation messages.
text-dl
audition_text :: Int -> Instructions -> IO ()Source
Audition at text-dl.