Modifier and Type | Field and Description |
---|---|
float |
def
Allowed range of its value and default value.
|
boolean |
isArray
If
true , this argument requires
an array of values. |
float |
max
Allowed range of its value and default value.
|
float |
min
Allowed range of its value and default value.
|
String |
name
Name of the argument (same as in SClang).
|
public final String name
public final float min
Float.NEGATIVE_INFINITY
and Float.POSITIVE_INFINITY
respectively. Could be used in a future version.public final float max
Float.NEGATIVE_INFINITY
and Float.POSITIVE_INFINITY
respectively. Could be used in a future version.public final float def
Float.NEGATIVE_INFINITY
and Float.POSITIVE_INFINITY
respectively. Could be used in a future version.public final boolean isArray
true
, this argument requires
an array of values. As of this version, this flag
is only allowed once and for the last of all ugen
input argument.Copyright © 2015–2022 SciJava. All rights reserved.