UNPKG
web-audio-daw
Version:
latest (4.13.4)
4.13.4
4.13.3
4.13.2
4.13.1
4.13.0
4.12.0
4.11.1
4.11.0
4.10.1
4.9.1
4.9.0
4.8.0
4.7.6
4.7.5
4.7.4
4.7.3
4.7.2
4.7.1
4.7.0
4.6.0
4.5.0
4.4.0
4.3.0
4.2.3
4.2.2
4.2.1
4.2.0
4.1.2
4.1.1
4.0.1
4.0.0
3.0.0
2.8.0
2.7.3
2.7.2
2.7.1
2.7.0
2.6.1
2.3.1
Web Audio DAW. It's like jQuery for your ears.
github.com/rserota/wad
rserota/wad
web-audio-daw
/
types
/
midi.d.ts
8 lines
•
288 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
function
midiMap
(
event
:
any
):
void
;
export
function
assignMidiMap
(
midiMap
:
any
,
which
:
any
,
success
:
any
,
failure
:
any
):
void
;
export
namespace
midiInstrument
{
function
play
(
):
void
;
function
stop
(
):
void
; }
export
let
midiInputs
:
any
[];
//# sourceMappingURL=midi.d.ts.map