Search Results for

    Show / Hide Table of Contents

    Class TimedEventDetectionSettings

    Settings which define how timed events should be detected and built.
    Inheritance
    object
    TimedEventDetectionSettings
    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 TimedEventDetectionSettings

    Properties

    Constructor

    Gets or sets custom construction method for TimedEvent. If null, default method will be used (via one of the TimedEvent's constructors).
    Declaration
    public Func<TimedEventData, TimedEvent> Constructor { get; set; }
    Property Value
    Type Description
    Func<TimedEventData, TimedEvent>

    See Also

    TimedEventsManagingUtilities
    GetObjectsUtilities
    In this article
    Back to top 2024 / Generated by DocFX