MidiSongPositionPointerMessage(UInt16) Constructor

Definition

Creates a new MidiSongPositionPointerMessage object.

public:
 MidiSongPositionPointerMessage(unsigned short beats);
 MidiSongPositionPointerMessage(uint16_t const& beats);
public MidiSongPositionPointerMessage(ushort beats);
function MidiSongPositionPointerMessage(beats)
Public Sub New (beats As UShort)

Parameters

beats
UInt16

unsigned short

uint16_t

The song position pointer encoded in a 14-bit value from 0-16383.

Remarks

If any values passed into the constructor fo not adhere to the specified requirements, an InvalidArg exception will be thrown.

Applies to