Sound.Sc3.Ugen.Proxy
Description
Proxy indicating an output port at a multi-channel Primitive.
data Proxy t Source #
Constructors
Fields
Defined in Sound.Sc3.Ugen.Proxy
Methods
readsPrec :: Int -> ReadS (Proxy t) #
readList :: ReadS [Proxy t] #
readPrec :: ReadPrec (Proxy t) #
readListPrec :: ReadPrec [Proxy t] #
showsPrec :: Int -> Proxy t -> ShowS #
show :: Proxy t -> String #
showList :: [Proxy t] -> ShowS #
(==) :: Proxy t -> Proxy t -> Bool #
(/=) :: Proxy t -> Proxy t -> Bool #
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 #
proxyRate :: Proxy t -> Rate Source #