Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IMidiOutPort.SendMessage(IMidiMessage) 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.

Send the data in the specified MIDI message to the device associated with this MidiOutPort.

public:
 void SendMessage(IMidiMessage ^ midiMessage);
void SendMessage(IMidiMessage const& midiMessage);
public void SendMessage(IMidiMessage midiMessage);
function sendMessage(midiMessage)
Public Sub SendMessage (midiMessage As IMidiMessage)

Parameters

midiMessage
IMidiMessage

The MIDI message to send to the device.

Applies to


Feedback

Was this page helpful?