BASS.NET API for the Un4seen BASS Audio LibraryBASS_MIDI_EVENT MembersBASS.NET API for the Un4seen BASS Audio Library

The BASS_MIDI_EVENT type exposes the following members.
Constructors

  NameDescription
Public methodBASS_MIDI_EVENT
Constructor already setting the members.
Back to Top
Methods

  NameDescription
Public methodToString
A description of the MIDI event object (event, param, chan, tick)
(Overrides OnlineValueType ToString .)
Back to Top
Fields

  NameDescription
Public fieldchan
The MIDI channel of the event... 0 = channel 1.
Public fieldeventtype
The event type (see BASSMIDIEvent).
Public fieldparam
The event parameter.
Public fieldpos
The position of the event, in bytes.
Public fieldtick
The position of the event, in ticks.
Back to Top
See Also