| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Sound.DF.Uniform.GADT.Audition
Description
Interaction with jack-dl, scsynth and text-dl.
- df_instructions :: DF () -> Instructions
- audition_rju :: [Message] -> DF () -> IO ()
- audition_sc3 :: [Message] -> DF () -> IO ()
- audition_text :: Int -> DF () -> IO ()
Documentation
df_instructions :: DF () -> Instructions Source
Transform DF to Instructions.
audition_rju :: [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.