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

Sound.Tidal.Stream.Types

Documentation

data Cx Source #

Constructors

Cx 

data StampStyle Source #

Constructors

BundleStamp 
MessageStamp 

Instances

Instances details
Show StampStyle Source # 
Instance details

Defined in Sound.Tidal.Stream.Types

Eq StampStyle Source # 
Instance details

Defined in Sound.Tidal.Stream.Types

data Schedule Source #

Constructors

Pre StampStyle 
Live 

Instances

Instances details
Show Schedule Source # 
Instance details

Defined in Sound.Tidal.Stream.Types

Eq Schedule Source # 
Instance details

Defined in Sound.Tidal.Stream.Types

data Target Source #

Instances

Instances details
Show Target Source # 
Instance details

Defined in Sound.Tidal.Stream.Types

data Args Source #

Constructors

Named 

Fields

ArgList [(String, Maybe Value)] 

Instances

Instances details
Show Args Source # 
Instance details

Defined in Sound.Tidal.Stream.Types

Methods

showsPrec :: Int -> Args -> ShowS #

show :: Args -> String #

showList :: [Args] -> ShowS #

data OSC Source #

Constructors

OSC 

Fields

OSCContext 

Fields

Instances

Instances details
Show OSC Source # 
Instance details

Defined in Sound.Tidal.Stream.Types

Methods

showsPrec :: Int -> OSC -> ShowS #

show :: OSC -> String #

showList :: [OSC] -> ShowS #

data PlayState Source #

Instances

Instances details
Show PlayState Source # 
Instance details

Defined in Sound.Tidal.Stream.Types