hsc3-0.20: Haskell SuperCollider
Safe HaskellSafe-Inferred
LanguageHaskell2010

Sound.Sc3.Ugen.Constant

Description

Constant

Synopsis

Documentation

data Constant Source #

Constants. Constants may have brackets. This allows for buffer allocation and deallocation to be associated with a buffer identifier.

Constant 3 == Constant 3
(Constant 3 > Constant 1) == True