Search Results for

    Show / Hide Table of Contents

    Class MidiEventToken

    Represents a MIDI event.
    Inheritance
    object
    MidiToken
    MidiEventToken
    Inherited Members
    MidiToken.TokenType
    MidiToken.Position
    MidiToken.Length
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Melanchall.DryWetMidi.Core
    Assembly: Melanchall.DryWetMidi.dll
    Syntax
    public sealed class MidiEventToken : MidiToken

    Properties

    Event

    Gets a MIDI event.
    Declaration
    public MidiEvent Event { get; }
    Property Value
    Type Description
    MidiEvent

    Methods

    ToString()

    Returns a string that represents the current object.
    Declaration
    public override string ToString()
    Returns
    Type Description
    string A string that represents the current object.
    Overrides
    object.ToString()

    See Also

    MidiTokensReader
    In this article
    Back to top 2024 / Generated by DocFX