StaticIntegerSpec:
Filter:
Description
Class methods
new
newFrom
initClass
Inherited class methods
Instance methods
storeArgs
init
defaultControl
constrain
Inherited instance methods
Classes (extension)
|
Spec
|
Libraries
>
crucial
>
Spec
StaticIntegerSpec
:
StaticSpec
:
NoLagControlSpec
:
ControlSpec
:
Spec
:
Object
Extension
an integer that is supplied at the init of a synth and cannot change
Source:
MoreSpecs.sc
See also:
StaticSpec
Description
Class Methods
StaticIntegerSpec.
new
(
minval: 0
,
maxval: 10
,
default
,
units
)
Arguments:
minval
maxval
default
units
StaticIntegerSpec.
newFrom
(
similar
)
Arguments:
similar
StaticIntegerSpec.
initClass
Inherited class methods
Instance Methods
.
storeArgs
.
init
.
defaultControl
(
val
)
Arguments:
val
.
constrain
(
value
)
Arguments:
value
Inherited instance methods
helpfile source:
/home/stefan/.local/share/SuperCollider/downloaded-quarks/crucial-library/HelpSource/Classes/StaticIntegerSpec.schelp
link::Classes/StaticIntegerSpec::