#include <mmf/common/midistandardcustomcommands.h>
class MMidiEventHandler |
Public Member Functions | |
---|---|
pure virtual TInt | SendMidiEventToClient(const CMMFMidiEvent &) |
Mixin class to define an object capable of handling a MIDI event within the controller framework.
TInt | SendMidiEventToClient | ( | const CMMFMidiEvent & | aEvent | ) | [pure virtual] |
Send an event to the client.
Parameter | Description |
---|---|
aEvent | The MIDI event. |
Returns: One of the system-wide error codes.