|
||
class MMidiEventHandler;
Mixin class to define an object capable of handling a MIDI event within the controller framework.
Defined in MMidiEventHandler
:
SendMidiEventToClient(const CMMFMidiEvent &)
Send an event to the client.virtual TInt SendMidiEventToClient(const CMMFMidiEvent &aEvent)=0;
Send an event to the client.
|
|