Preparing search index...
The search index is not available
@turbowarp/types-tw
@turbowarp/types-tw
scratch-audio
AudioEngine
PitchEffect
Interface PitchEffect
interface
PitchEffect
{
audioEngine
:
AudioEngine
;
audioPlayer
:
SoundPlayer
;
initialized
:
boolean
;
inputNode
:
AudioNode
;
lastEffect
:
AbstractEffect
;
outputNode
:
AudioNode
;
ratio
:
number
;
target
:
AudioEngine
.
Target
;
value
:
number
;
get
_isPatch
()
:
boolean
;
get
DEFAULT_VALUE
()
:
string
;
get
name
()
:
"pitch"
;
_set
(
value
:
number
)
:
void
;
clear
()
:
void
;
connect
(
target
:
AudioEngine
.
Target
)
:
void
;
dispose
()
:
void
;
getInputNode
()
:
AudioNode
;
getRatio
(
val
:
number
)
:
number
;
initialize
()
:
void
;
set
(
value
:
number
)
:
void
;
update
()
:
void
;
updatePlayer
(
soundPlayer
:
SoundPlayer
)
:
void
;
updatePlayers
(
soundPlayers
:
Record
<
string
,
SoundPlayer
>
|
SoundPlayer
[]
,
)
:
void
;
}
Hierarchy (
View Summary
)
AbstractEffect
PitchEffect
Index
Properties
audio
Engine
audio
Player
initialized
input
Node
last
Effect
output
Node
ratio
target
value
Accessors
_is
Patch
DEFAULT_
VALUE
name
Methods
_set
clear
connect
dispose
get
Input
Node
get
Ratio
initialize
set
update
update
Player
update
Players
Properties
audio
Engine
audioEngine
:
AudioEngine
audio
Player
audioPlayer
:
SoundPlayer
initialized
initialized
:
boolean
input
Node
inputNode
:
AudioNode
last
Effect
lastEffect
:
AbstractEffect
output
Node
outputNode
:
AudioNode
ratio
ratio
:
number
target
target
:
AudioEngine
.
Target
value
value
:
number
Accessors
_is
Patch
get
_isPatch
()
:
boolean
Returns
boolean
DEFAULT_
VALUE
get
DEFAULT_VALUE
()
:
string
Returns
string
name
get
name
()
:
"pitch"
Returns
"pitch"
Methods
_set
_set
(
value
:
number
)
:
void
Parameters
value
:
number
Returns
void
clear
clear
()
:
void
Returns
void
connect
connect
(
target
:
AudioEngine
.
Target
)
:
void
Parameters
target
:
AudioEngine
.
Target
Returns
void
dispose
dispose
()
:
void
Returns
void
get
Input
Node
getInputNode
()
:
AudioNode
Returns
AudioNode
get
Ratio
getRatio
(
val
:
number
)
:
number
Parameters
val
:
number
Returns
number
initialize
initialize
()
:
void
Returns
void
set
set
(
value
:
number
)
:
void
Parameters
value
:
number
Returns
void
update
update
()
:
void
Returns
void
update
Player
updatePlayer
(
soundPlayer
:
SoundPlayer
)
:
void
Parameters
soundPlayer
:
SoundPlayer
Returns
void
update
Players
updatePlayers
(
soundPlayers
:
Record
<
string
,
SoundPlayer
>
|
SoundPlayer
[]
)
:
void
Parameters
soundPlayers
:
Record
<
string
,
SoundPlayer
>
|
SoundPlayer
[]
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
audio
Engine
audio
Player
initialized
input
Node
last
Effect
output
Node
ratio
target
value
Accessors
_is
Patch
DEFAULT_
VALUE
name
Methods
_set
clear
connect
dispose
get
Input
Node
get
Ratio
initialize
set
update
update
Player
update
Players
@turbowarp/types-tw
Loading...