Search Results for

    Show / Hide Table of Contents

    Class SimultaneousMergingSettings

    Specifies settings which control how MIDI files should be merged "simultaneously".
    Inheritance
    object
    SimultaneousMergingSettings
    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 SimultaneousMergingSettings

    Properties

    CopyNonTrackChunks

    Gets or sets a value indicating whether non-track chunks (like UnknownChunk instances or custom ones) should be copied to the result file or not. The default value is true.
    Declaration
    public bool CopyNonTrackChunks { get; set; }
    Property Value
    Type Description
    bool

    IgnoreDifferentTempoMaps

    Gets or sets a value indicating whether to ignore different tempo maps of the input files or not. The default value is false which means an exception will be thrown if tempo maps are not the same.
    Declaration
    public bool IgnoreDifferentTempoMaps { get; set; }
    Property Value
    Type Description
    bool

    See Also

    MergeSimultaneously(IEnumerable<MidiFile>, SimultaneousMergingSettings)
    In this article
    Back to top 2024 / Generated by DocFX