Search Results for

    Show / Hide Table of Contents

    Enum NoHeaderChunkPolicy

    Specifies how reading engine should react on missing of the header chunk in the MIDI file. The default is Abort.
    Namespace: Melanchall.DryWetMidi.Core
    Assembly: Melanchall.DryWetMidi.dll
    Syntax
    public enum NoHeaderChunkPolicy

    Fields

    Name Description
    Abort Abort reading and throw an NoHeaderChunkException.
    Ignore Ignore missing of the header chunk. You'll be able specify time division manually after reading via TimeDivision property.
    In this article
    Back to top 2024 / Generated by DocFX