tidal-1.0.0: Pattern language for improvised music

Safe HaskellNone
LanguageHaskell2010

Sound.Tidal.Stream

Documentation

data TimeStamp Source #

Instances
Eq TimeStamp Source # 
Instance details

Defined in Sound.Tidal.Stream

data PlayState Source #

Constructors

PlayState 
Instances
Show PlayState Source # 
Instance details

Defined in Sound.Tidal.Stream

send :: Transport t => Double -> t -> (Double, Message) -> IO () Source #

streamMute :: Show a => Stream -> a -> IO () Source #

streamMutes :: Show a => Stream -> [a] -> IO () Source #

streamUnmute :: Show a => Stream -> a -> IO () Source #

streamSolo :: Show a => Stream -> a -> IO () Source #

streamUnsolo :: Show a => Stream -> a -> IO () Source #