BASS.NET API for the Un4seen BASS Audio Library

MidiSysExMessageMessageWriteSoX Method

BASS.NET API for the Un4seen BASS Audio Library
Writes the SystemMsgs byte (0xF0) to the first byte of the Message data buffer.

Namespace:  radio42.Multimedia.Midi
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public void MessageWriteSoX()
Remarks

You first need to initialize the Message data buffer with CreateBuffer(Int32) before being able to write to the buffer.

Do not call this method after you have prepared the message with Prepare, since after calling Prepare this method would have no effect.

See Also

Reference