-
Notifications
You must be signed in to change notification settings - Fork 78
/
webmidi.json
41 lines (41 loc) · 1.12 KB
/
webmidi.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"spec": {
"title": "Web MIDI API",
"url": "https://webaudio.github.io/web-midi-api/"
},
"events": [
{
"src": {
"format": "fire an event phrasing",
"href": "https://webaudio.github.io/web-midi-api/#midiaccess-interface"
},
"href": "https://webaudio.github.io/web-midi-api/#midiaccess-interface",
"type": "statechange",
"interface": "MIDIConnectionEvent"
},
{
"src": {
"format": "fire an event phrasing",
"href": "https://webaudio.github.io/web-midi-api/#midiport-interface"
},
"href": "https://webaudio.github.io/web-midi-api/#dom-midiport-onstatechange",
"type": "statechange",
"targets": [
"MIDIPort"
],
"interface": "MIDIConnectionEvent"
},
{
"src": {
"format": "fire an event phrasing",
"href": "https://webaudio.github.io/web-midi-api/#midiinput-interface"
},
"href": "https://webaudio.github.io/web-midi-api/#midiinput-interface",
"type": "midimessage",
"interface": "MIDIMessageEvent",
"targets": [
"MIDIInput"
]
}
]
}