BASS.NET API for the Un4seen BASS Audio Library

MidiShortMessageMessageAsIntPtr Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the constructed Midi message value (typically the param1 of a Midi message).

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

public IntPtr MessageAsIntPtr { get; set; }

Property Value

Type: IntPtr
Remarks

See Message for details (uses the same value as Message but represented as an IntPtr).
See Also

Reference