Event handler used to notify that the output device has processed a message or the status has changed.
Namespace: radio42.Multimedia.Midi
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.2
Syntax
Value
Type: radio42.Multimedia.MidiMidiMessageEventHandlerRemarks
The MidiMessageEventArgs contains a MidiMessageEventType which allows you to react to all possible scenarios and to process all these events.
Note: This implementation ensures, that the event will be executed in the main thread the subscriber executes in! So when subscribing to this event from UI thread, the specified event delegate will also be called in that UI thread.
See Also