Documentation
Preparing search index...
@music-ui/core
<internal>
TickParamOptions
Interface TickParamOptions<TypeName>
A unit which process audio
interface
TickParamOptions
<
TypeName
extends
UnitName
>
{
context
:
BaseContext
;
convert
:
boolean
;
maxValue
?:
number
;
minValue
?:
number
;
multiplier
:
number
;
param
:
AudioParam
|
Param
<
TypeName
>
;
swappable
?:
boolean
;
units
:
TypeName
;
value
?:
UnitMap
[
TypeName
]
;
}
Type Parameters
TypeName
extends
UnitName
Hierarchy (
View Summary
)
ParamOptions
<
TypeName
>
TickParamOptions
Index
Properties
context
convert
max
Value?
min
Value?
multiplier
param
swappable?
units
value?
Properties
context
context
:
BaseContext
convert
convert
:
boolean
Optional
max
Value
maxValue
?:
number
Optional
min
Value
minValue
?:
number
multiplier
multiplier
:
number
param
param
:
AudioParam
|
Param
<
TypeName
>
Optional
swappable
swappable
?:
boolean
units
units
:
TypeName
Optional
value
value
?:
UnitMap
[
TypeName
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
convert
max
Value
min
Value
multiplier
param
swappable
units
value
Documentation
Loading...
A unit which process audio