Enum Event.Type

Namespace
SpessaSharp.Sequencer
Assembly
SpessaSharp.dll
public enum Event.Type

Fields

LoopCountChange = 8

Called when the loop count changes (decreases).

MetaEvent = 7

Called when a MIDI Meta event is encountered.

MidiMessage = 0

Called when a MIDI message is sent and externalMIDIPlayback is true.

Pause = 2

Called when the playback stops.

SongAdded = 6

Called when a new song is added to the song list

SongChange = 4

Called when the song changes.

SongEnded = 3
SongListChange = 5

Called when the song list changes.

TimeChange = 1

Called when the time is changed. It also gets called when a song gets changed.