MMidiEventHandler Class Reference

class MMidiEventHandler

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

Public Member Functions
TInt SendMidiEventToClient (const CMMFMidiEvent &)

Member Functions Documentation

SendMidiEventToClient(const CMMFMidiEvent &)

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

Send an event to the client.

Parameters

const CMMFMidiEvent & aEvent The MIDI event.