Search Results for

    Show / Hide Table of Contents

    Class MidiClockSettings

    Holds settings for MidiClock used by a clock driven object.
    Inheritance
    object
    MidiClockSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Melanchall.DryWetMidi.Multimedia
    Assembly: Melanchall.DryWetMidi.dll
    Syntax
    public sealed class MidiClockSettings

    Properties

    CreateTickGeneratorCallback

    Gets or sets a callback used to create tick generator for MIDI clock.
    Declaration
    public Func<TickGenerator> CreateTickGeneratorCallback { get; set; }
    Property Value
    Type Description
    Func<TickGenerator>
    Exceptions
    Type Condition
    ArgumentNullException value is null.
    In this article
    Back to top 2025 / Generated by DocFX