MidiClient.CreateInputPort(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new MIDI input port.
public CoreMidi.MidiPort CreateInputPort (string name);
member this.CreateInputPort : string -> CoreMidi.MidiPort
Parameters
- name
- String
name for the input port.
Returns
Remarks
The input port can be used to read events from MIDI, the returned MidiPort raises an event to notify you of new data available.