Edytuj

Udostępnij za pośrednictwem


MidiClient.CreateInputPort(String) Method

Definition

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.

Applies to