tidal-0.9.5: Pattern language for improvised music

Safe HaskellNone
LanguageHaskell2010

Sound.Tidal.OscStream

Documentation

data OscSlang Source #

Constructors

OscSlang 

Fields

type OscMap = Map Param Datum Source #

toOscDatum :: Value -> Datum Source #

send :: Integral a => UDP -> OscSlang -> Shape -> Tempo -> a -> (Double, Double, OscMap) -> IO () Source #