Search Results for

    Show / Hide Table of Contents

    Class ObjectDetectionSettings

    Settings which define how objects should be detected and built.
    Inheritance
    object
    ObjectDetectionSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Melanchall.DryWetMidi.Interaction
    Assembly: Melanchall.DryWetMidi.dll
    Syntax
    public sealed class ObjectDetectionSettings

    Properties

    ChordDetectionSettings

    Gets or sets settings which define how chords should be detected and built.
    Declaration
    public ChordDetectionSettings ChordDetectionSettings { get; set; }
    Property Value
    Type Description
    ChordDetectionSettings

    NoteDetectionSettings

    Gets or sets settings which define how notes should be detected and built.
    Declaration
    public NoteDetectionSettings NoteDetectionSettings { get; set; }
    Property Value
    Type Description
    NoteDetectionSettings

    TimedEventDetectionSettings

    Gets or sets settings which define how timed events should be detected and built.
    Declaration
    public TimedEventDetectionSettings TimedEventDetectionSettings { get; set; }
    Property Value
    Type Description
    TimedEventDetectionSettings
    In this article
    Back to top 2024 / Generated by DocFX