vivid-supercollider-0.3.0.0: Implementation of SuperCollider server specifications

Safe HaskellSafe
LanguageHaskell2010

Vivid.SC.Server.Types

Documentation

newtype NodeId #

Constructors

NodeId 

Fields

Instances
Eq NodeId # 
Instance details

Defined in Vivid.SC.Server.Types

Methods

(==) :: NodeId -> NodeId -> Bool #

(/=) :: NodeId -> NodeId -> Bool #

Ord NodeId # 
Instance details

Defined in Vivid.SC.Server.Types

Read NodeId # 
Instance details

Defined in Vivid.SC.Server.Types

Show NodeId # 
Instance details

Defined in Vivid.SC.Server.Types

newtype BufferId #

Constructors

BufferId 

Fields

newtype SyncId #

Constructors

SyncId 

Fields

Instances
Eq SyncId # 
Instance details

Defined in Vivid.SC.Server.Types

Methods

(==) :: SyncId -> SyncId -> Bool #

(/=) :: SyncId -> SyncId -> Bool #

Ord SyncId # 
Instance details

Defined in Vivid.SC.Server.Types

Read SyncId # 
Instance details

Defined in Vivid.SC.Server.Types

Show SyncId # 
Instance details

Defined in Vivid.SC.Server.Types

newtype Group #

Constructors

Group 

Fields

Instances
Eq Group # 
Instance details

Defined in Vivid.SC.Server.Types

Methods

(==) :: Group -> Group -> Bool #

(/=) :: Group -> Group -> Bool #

Ord Group # 
Instance details

Defined in Vivid.SC.Server.Types

Methods

compare :: Group -> Group -> Ordering #

(<) :: Group -> Group -> Bool #

(<=) :: Group -> Group -> Bool #

(>) :: Group -> Group -> Bool #

(>=) :: Group -> Group -> Bool #

max :: Group -> Group -> Group #

min :: Group -> Group -> Group #

Read Group # 
Instance details

Defined in Vivid.SC.Server.Types

Show Group # 
Instance details

Defined in Vivid.SC.Server.Types

Methods

showsPrec :: Int -> Group -> ShowS #

show :: Group -> String #

showList :: [Group] -> ShowS #

newtype ParGroup #

Constructors

ParGroup 

Fields