Class SliceMidiFileMarkers
Provides factory methods to create events to mark parts of split file.
Inherited Members
Namespace: Melanchall.DryWetMidi.Tools
Assembly: Melanchall.DryWetMidi.dll
Syntax
public sealed class SliceMidiFileMarkers
Properties
EmptyPartMarkerEventFactory
Gets or sets a factory method to create event that will be placed in a split MIDI
file part if it's empty.
Declaration
public Func<MidiEvent> EmptyPartMarkerEventFactory { get; set; }
Property Value
Type | Description |
---|---|
Func<MidiEvent> |
PartEndMarkerEventFactory
Gets or sets a factory method to create event that will be placed at the end
of a split MIDI file part.
Declaration
public Func<MidiEvent> PartEndMarkerEventFactory { get; set; }
Property Value
Type | Description |
---|---|
Func<MidiEvent> |
PartStartMarkerEventFactory
Gets or sets a factory method to create event that will be placed at the start
of a split MIDI file part.
Declaration
public Func<MidiEvent> PartStartMarkerEventFactory { get; set; }
Property Value
Type | Description |
---|---|
Func<MidiEvent> |