Search Results for

    Show / Hide Table of Contents

    Class SliceMidiFileMarkers

    Provides factory methods to create events to mark parts of split file.
    Inheritance
    object
    SliceMidiFileMarkers
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    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>
    In this article
    Back to top 2024 / Generated by DocFX