Show / Hide Table of Contents

Struct MidiEvent

Used with StreamEvents(Int32, MidiEventsMode, MidiEvent[], Int32) to apply events and StreamGetEvents(Int32, Int32, MidiEventType, MidiEvent[]) to retrieve events, and CreateStream(MidiEvent[], Int32, BassFlags, Int32) to play event sequences.

Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Midi.dll
Syntax
public struct MidiEvent

Fields

Channel

The MIDI Channel of the event... 0 = channel 1

Declaration
public int Channel
Field Value
Int32

EventType

The Event Type

Declaration
public MidiEventType EventType
Field Value
MidiEventType

Parameter

The Event Parameter

Declaration
public int Parameter
Field Value
Int32

Position

The Position of the event, in bytes

Declaration
public int Position
Field Value
Int32

Ticks

The Position of the event, in ticks

Declaration
public int Ticks
Field Value
Int32

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx