MidiSongSelectMessage(Byte) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.