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