Search Results for

    Show / Hide Table of Contents

    Class SystemCommonEvent

    Represents a system common event.
    Inheritance
    object
    MidiEvent
    SystemCommonEvent
    MidiTimeCodeEvent
    SongPositionPointerEvent
    SongSelectEvent
    TuneRequestEvent
    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 SystemCommonEvent : MidiEvent
    Remarks
    MIDI system common messages are those MIDI messages that prompt all devices on the MIDI system to respond (are not specific to a MIDI channel), but do not require an immediate response from the receiving MIDI devices.

    Constructors

    SystemCommonEvent(MidiEventType)

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