Search Results for

    Show / Hide Table of Contents

    Class SystemRealTimeEvent

    Represents a system real-time event.
    Inheritance
    object
    MidiEvent
    SystemRealTimeEvent
    ActiveSensingEvent
    ContinueEvent
    ResetEvent
    StartEvent
    StopEvent
    TimingClockEvent
    Inherited Members
    MidiEvent.UnknownContentSize
    MidiEvent.EventType
    MidiEvent.DeltaTime
    MidiEvent.CloneEvent()
    MidiEvent.Clone()
    MidiEvent.Equals(MidiEvent, MidiEvent)
    MidiEvent.Equals(MidiEvent, MidiEvent, out string)
    MidiEvent.Equals(MidiEvent, MidiEvent, MidiEventEqualityCheckSettings)
    MidiEvent.Equals(MidiEvent, MidiEvent, MidiEventEqualityCheckSettings, out string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Melanchall.DryWetMidi.Core
    Assembly: Melanchall.DryWetMidi.dll
    Syntax
    public abstract class SystemRealTimeEvent : MidiEvent
    Remarks
    MIDI system realtime messages are messages that are not specific to a MIDI channel but prompt all devices on the MIDI system to respond and to do so in real time.

    Constructors

    SystemRealTimeEvent(MidiEventType)

    Initializes a new instance of the SystemRealTimeEvent with the specified event type.
    Declaration
    protected SystemRealTimeEvent(MidiEventType eventType)
    Parameters
    Type Name Description
    MidiEventType eventType The type of event.
    In this article
    Back to top 2024 / Generated by DocFX