Documentation
Preparing search index...
@music-ui/core
<internal>
ToneConstantSourceOptions
Interface ToneConstantSourceOptions<TypeName>
The possible options for this node
interface
ToneConstantSourceOptions
<
TypeName
extends
UnitName
>
{
context
:
BaseContext
;
convert
:
boolean
;
curve
:
OneShotSourceCurve
;
fadeIn
:
Time
;
fadeOut
:
Time
;
maxValue
?:
number
;
minValue
?:
number
;
offset
:
UnitMap
[
TypeName
]
;
onended
:
onEndedCallback
;
units
:
TypeName
;
}
Type Parameters
TypeName
extends
UnitName
Hierarchy (
View Summary
)
OneShotSourceOptions
ToneConstantSourceOptions
Index
Properties
context
convert
curve
fade
In
fade
Out
max
Value?
min
Value?
offset
onended
units
Properties
context
context
:
BaseContext
convert
convert
:
boolean
curve
curve
:
OneShotSourceCurve
fade
In
fadeIn
:
Time
fade
Out
fadeOut
:
Time
Optional
max
Value
maxValue
?:
number
Optional
min
Value
minValue
?:
number
offset
offset
:
UnitMap
[
TypeName
]
onended
onended
:
onEndedCallback
units
units
:
TypeName
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
convert
curve
fade
In
fade
Out
max
Value
min
Value
offset
onended
units
Documentation
Loading...
The possible options for this node