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. |