MidiSynthesizer.SendBuffer(IBuffer) Method

Definition

Sends an array of bytes through the synthesizer's out port. This enables you to send your data as a byte array instead of as a defined MIDI message.

public:
 virtual void SendBuffer(IBuffer ^ midiData) = SendBuffer;
void SendBuffer(IBuffer const& midiData);
public void SendBuffer(IBuffer midiData);
function sendBuffer(midiData)
Public Sub SendBuffer (midiData As IBuffer)

Parameters

midiData
IBuffer

The array of bytes to send.

Implements

Applies to