BASS.NET API for the Un4seen BASS Audio Library

MidiSysExMessageMessageRead24Wave Method

BASS.NET API for the Un4seen BASS Audio Library
Reads a 24-bit waveform value (4 bytes) from the Message data buffer (left-justified).

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

public int MessageRead24Wave(
	ref int offset
)

Parameters

offset
Type: SystemInt32
The zero-base offset (index) of the Message data buffer to start reading (the offset will be automatically be increased by the number of bytes read).

Return Value

Type: Int32
The int value (between -8388608 and 8388607) at the given position representing the waveform point.
See Also

Reference