hdf-0.11: Haskell data flow library for audio processing

Sound.DF.Audition

Description

Interaction with jack-dl server

Synopsis

Documentation

b_alloc :: Int -> Int -> OSCSource

Allocate buffer.

g_load :: Int -> String -> OSCSource

Load graph.

g_unload :: Int -> OSCSource

Unload graph.

with_jack_dl :: (UDP -> IO a) -> IO aSource

Run action with UDP link to jack-dl.

audition :: [OSC] -> Node -> IO ()Source

Audition graph after sending initialisation messages.