Search Results for

    Show / Hide Table of Contents

    Class PlaybackSettings

    Settings according to which an instance of the Playback should be created.
    Inheritance
    object
    PlaybackSettings
    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 PlaybackSettings

    Properties

    ClockSettings

    Gets or sets settings of the internal playback's clock.
    Declaration
    public MidiClockSettings ClockSettings { get; set; }
    Property Value
    Type Description
    MidiClockSettings

    Hint

    Gets or sets a hint for a playback creation. The hint can improve performance if you don't need some features of the Playback.
    Declaration
    public PlaybackHint Hint { get; set; }
    Property Value
    Type Description
    PlaybackHint

    NoteDetectionSettings

    Gets or sets settings which define how notes should be detected and built internally by the Playback.
    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 internally by the Playback.
    Declaration
    public TimedEventDetectionSettings TimedEventDetectionSettings { get; set; }
    Property Value
    Type Description
    TimedEventDetectionSettings
    In this article
    Back to top 2024 / Generated by DocFX