Class MIDIInput
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The MIDIInput interface of the Web MIDI API receives messages from a MIDI input port.
[Value("MIDIInput")]
public class MIDIInput : MIDIPort
- Inheritance
-
MIDIInput
- Inherited Members
Remarks
Constructors
MIDIInput()
public MIDIInput()
Properties
Onmidimessage
[Value("onmidimessage")]
public EventHandlerNonNull Onmidimessage { get; set; }