toggle menu
androidaudioplugin
androidJvm
switch theme
search in API
androidaudioplugin
/
org.androidaudioplugin
/
ParameterInformation
Parameter
Information
class
ParameterInformation
(
var
id
:
Int
,
var
name
:
String
,
var
minimumValue
:
Double
=
0.0
,
var
maximumValue
:
Double
=
1.0
,
var
defaultValue
:
Double
=
0.0
)
Members
Constructors
Parameter
Information
Link copied to clipboard
constructor
(
id
:
Int
,
name
:
String
,
minimumValue
:
Double
=
0.0
,
maximumValue
:
Double
=
1.0
,
defaultValue
:
Double
=
0.0
)
Types
Enumeration
Information
Link copied to clipboard
class
EnumerationInformation
(
var
index
:
Int
,
var
value
:
Double
,
var
name
:
String
)
Properties
default
Value
Link copied to clipboard
var
defaultValue
:
Double
enumerations
Link copied to clipboard
val
enumerations
:
MutableList
<
ParameterInformation.EnumerationInformation
>
id
Link copied to clipboard
var
id
:
Int
maximum
Value
Link copied to clipboard
var
maximumValue
:
Double
minimum
Value
Link copied to clipboard
var
minimumValue
:
Double
name
Link copied to clipboard
var
name
:
String