Search Results for

    Show / Hide Table of Contents

    Delegate EndpointsConnectorEventCallback

    Callback used to process events coming from InputEndpoint before they will be sent to OutputEndpoints.
    Namespace: Melanchall.DryWetMidi.Multimedia
    Assembly: Melanchall.DryWetMidi.dll
    Syntax
    public delegate MidiEvent EndpointsConnectorEventCallback(MidiEvent inputMidiEvent)
    Parameters
    Type Name Description
    MidiEvent inputMidiEvent A MIDI event to process.
    Returns
    Type Description
    MidiEvent New event (or the input one) which is the processed original one.
    In this article
    Back to top 2026 / Generated by DocFX