MidiOutPort.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:
virtual void SendMessage(IMidiMessage ^ midiMessage) = SendMessage;
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.