A class library for opening, parsing, and saving MIDI files.

TrackEvent.DeltaTime Property

Gets/sets the number of ticks from the previous event.

public long DeltaTime {get; set;}

Property Value

The number of ticks from the previous event.

Exceptions

Exception TypeCondition
ArgumentExceptionThrown when the value doesn't fit within the range of an unsigned 32-bit integer.

See Also

TrackEvent Class | EF.SimpleMIDI Namespace