Search Results for

    Show / Hide Table of Contents

    Interface ITimedObject

    Represents an object that has time.
    Namespace: Melanchall.DryWetMidi.Interaction
    Assembly: Melanchall.DryWetMidi.dll
    Syntax
    public interface ITimedObject

    Properties

    Time

    Gets or sets the time of an object.
    Declaration
    long Time { get; set; }
    Property Value
    Type Description
    Int64

    Methods

    Clone()

    Clones object by creating a copy of it.
    Declaration
    ITimedObject Clone()
    Returns
    Type Description
    ITimedObject Copy of the object.

    Extension Methods

    ObjectIdUtilities.GetObjectId(ITimedObject)
    TimedObjectUtilities.TimeAs<TTime>(ITimedObject, TempoMap)
    TimedObjectUtilities.TimeAs(ITimedObject, TimeSpanType, TempoMap)
    TimedObjectUtilities.SetTime<TObject>(TObject, ITimeSpan, TempoMap)
    In This Article
    Back to top 2022 / Generated by DocFX