MMidiEventHandler Class Reference

#include <mmf/common/midistandardcustomcommands.h>

class MMidiEventHandler
Public Member Functions
pure virtual TInt SendMidiEventToClient(const CMMFMidiEvent &)

Detailed Description

Mixin class to define an object capable of handling a MIDI event within the controller framework.

Member Function Documentation

SendMidiEventToClient ( const CMMFMidiEvent & )

TInt SendMidiEventToClient(const CMMFMidiEvent &aEvent)[pure virtual]

Send an event to the client.

ParameterDescription
aEventThe MIDI event.

Returns: One of the system-wide error codes.