dplug v4.2.2 (2017-05-30T16:49:02Z)
Home
Dub
Repo
IntegerParameter.this
dplug
client
params
IntegerParameter
Undocumented in source.
class
IntegerParameter
nothrow @
nogc
this
(
int
index
,
string
name
,
string
label
,
int
min
= 0
,
int
max
= 1
,
int
defaultValue
= 0
)
Meta
Source
See Implementation
dplug
client
params
IntegerParameter
constructors
this
functions
defaultValue
getNormalized
getNormalizedDefault
maxValue
minValue
normalizedValueFromString
numValues
setFromGUI
setFromGUINormalized
setNormalized
stringFromNormalizedValue
toStringN
value
valueAtomic