Show / Hide Table of Contents

Enum MidiEventsMode

The type of event data to apply, to be used with StreamEvents(Int32, MidiEventsMode, IntPtr, Int32).

Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Midi.dll
Syntax
public enum MidiEventsMode : int

Cancel

Cancel pending events

NoRunningStatus

Disable running status meaning each event must include a status byte.

Raw

Raw MIDI event data, as would be sent to a MIDI device. Running status is supported. To overcome the 16 channel limit, the event data's channel information can optionally be overridden by adding the new channel number to this parameter, where +1 = the 1st channel.

Struct

An array of MidiEvent structures (Default).

Sync

Trigger event syncs

Time

Delta-time info is present

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx