BASS.NET API for the Un4seen BASS Audio Library

BASS_MIDI_EVENT Constructor

BASS.NET API for the Un4seen BASS Audio Library
Constructor already setting the members.

Namespace:  Un4seen.Bass.AddOn.Midi
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public BASS_MIDI_EVENT(
	BASSMIDIEvent EventType,
	int Param,
	int Chan,
	int Tick,
	int Pos
)

Parameters

EventType
Type: Un4seen.Bass.AddOn.MidiBASSMIDIEvent
The event type.
Param
Type: SystemInt32
The event parameter.
Chan
Type: SystemInt32
The MIDI channel of the event... 0 = channel 1.
Tick
Type: SystemInt32
The position of the event, in ticks.
Pos
Type: SystemInt32
The position of the event, in bytes.
See Also

Reference