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

Sound.Tidal.Stream.Types

Documentation

data Stream Source #

Constructors

Stream 

Fields

data Cx Source #

Constructors

Cx 

Fields

data StampStyle Source #

Constructors

BundleStamp 
MessageStamp 

Instances

Instances details
Show StampStyle Source # 
Instance details

Defined in Sound.Tidal.Stream.Types

Methods

showsPrec :: Int -> StampStyle -> ShowS

show :: StampStyle -> String #

showList :: [StampStyle] -> ShowS

Eq StampStyle Source # 
Instance details

Defined in Sound.Tidal.Stream.Types

Methods

(==) :: StampStyle -> StampStyle -> Bool

(/=) :: StampStyle -> StampStyle -> Bool

data Schedule Source #

Constructors

Pre StampStyle 
Live 

Instances

Instances details
Show Schedule Source # 
Instance details

Defined in Sound.Tidal.Stream.Types

Methods

showsPrec :: Int -> Schedule -> ShowS

show :: Schedule -> String #

showList :: [Schedule] -> ShowS

Eq Schedule Source # 
Instance details

Defined in Sound.Tidal.Stream.Types

Methods

(==) :: Schedule -> Schedule -> Bool

(/=) :: Schedule -> Schedule -> Bool

data Target Source #

Constructors

Target 

Fields

Instances

Instances details
Show Target Source # 
Instance details

Defined in Sound.Tidal.Stream.Types

Methods

showsPrec :: Int -> Target -> ShowS

show :: Target -> String #

showList :: [Target] -> ShowS

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 #

Constructors

PlayState 

Fields

Instances

Instances details
Show PlayState Source # 
Instance details

Defined in Sound.Tidal.Stream.Types

Methods

showsPrec :: Int -> PlayState -> ShowS

show :: PlayState -> String #

showList :: [PlayState] -> ShowS

type PatId = String Source #