@onjmin/dtm
Preparing search index...
Synth
Type Alias Synth
type
Synth
=
{
playDrum
:
(
e
:
PlayDrumEvent
)
=>
void
;
playNote
:
(
e
:
PlayNoteEvent
)
=>
void
;
}
Index
Properties
play
Drum
play
Note
Properties
play
Drum
playDrum
:
(
e
:
PlayDrumEvent
)
=>
void
ドラムノートを発音する(General MIDI のドラムキー番号で音色を分岐)
play
Note
playNote
:
(
e
:
PlayNoteEvent
)
=>
void
メロディックノートを発音する(PlayNoteEvent.when は ctx.currentTime からの相対秒)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
play
Drum
play
Note
@onjmin/dtm
Loading...
ドラムノートを発音する(General MIDI のドラムキー番号で音色を分岐)