hsc3-0.20: Haskell SuperCollider
Safe HaskellSafe-Inferred
LanguageHaskell2010

Sound.Sc3.Ugen.Proxy

Description

Proxy indicating an output port at a multi-channel Primitive.

Documentation

data Proxy t Source #

Constructors

Proxy 

Instances

Instances details
Read t => Read (Proxy t) Source # 
Instance details

Defined in Sound.Sc3.Ugen.Proxy

Show t => Show (Proxy t) Source # 
Instance details

Defined in Sound.Sc3.Ugen.Proxy

Methods

showsPrec :: Int -> Proxy t -> ShowS #

show :: Proxy t -> String #

showList :: [Proxy t] -> ShowS #

Eq t => Eq (Proxy t) Source # 
Instance details

Defined in Sound.Sc3.Ugen.Proxy

Methods

(==) :: Proxy t -> Proxy t -> Bool #

(/=) :: Proxy t -> Proxy t -> Bool #

Ord t => Ord (Proxy t) Source # 
Instance details

Defined in Sound.Sc3.Ugen.Proxy

Methods

compare :: Proxy t -> Proxy t -> Ordering #

(<) :: Proxy t -> Proxy t -> Bool #

(<=) :: Proxy t -> Proxy t -> Bool #

(>) :: Proxy t -> Proxy t -> Bool #

(>=) :: Proxy t -> Proxy t -> Bool #

max :: Proxy t -> Proxy t -> Proxy t #

min :: Proxy t -> Proxy t -> Proxy t #