Share via


MidiSongSelectMessage(Byte) Constructor

Definition

Creates a new MidiSongSelectMessage object.

public:
 MidiSongSelectMessage(byte song);
 MidiSongSelectMessage(byte const& song);
public MidiSongSelectMessage(byte song);
function MidiSongSelectMessage(song)
Public Sub New (song As Byte)

Parameters

song
Byte

byte

The song to select from 0-127.

Remarks

If any values passed into the constructor do not adhere to the specified requirements, an invalid argument exception will be thrown.

Applies to