tidal-1.4.9: Pattern language for improvised music
Safe HaskellNone
LanguageHaskell2010

Sound.Tidal.Carabiner

Documentation

carabiner :: Stream -> Int -> Double -> IO Socket Source #

client :: Stream -> Int -> Double -> String -> Int -> IO Socket Source #

listener :: Stream -> Int -> Double -> Socket -> IO () Source #

act :: Stream -> Int -> Double -> String -> [(String, String)] -> IO () Source #

sendMsg :: Socket -> String -> IO () Source #