Delegate DevicesConnectorEventCallback
Callback used to process events coming from InputDevice before
they will be sent to OutputDevices.
Namespace: Melanchall.DryWetMidi.Multimedia
Assembly: Melanchall.DryWetMidi.dll
Syntax
public delegate MidiEvent DevicesConnectorEventCallback(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. |