#include <ICubeXSink.h>
Inheritance diagram for ot::ICubeXSink:


Public Member Functions | |
| virtual | ~ICubeXSink () |
| virtual int | isEventGenerator () |
| virtual void | onEventGenerated (Event &event, Node &generator) |
Protected Member Functions | |
| ICubeXSink () | |
Protected Attributes | |
| unsigned char | devid |
| ixMidiSocket * | outPort |
Friends | |
| class | ICubeXModule |
|
|
|
|
|
|
|
|
tests for EventGenerator interface being implemented. This has to be overriden in classes that subclass EventGenerator. Due to inheritance raints it cannot be done automatically.
Reimplemented from ot::Node. |
|
||||||||||||
|
this method notifies the object that a new event was generated. It is called by an EventGenerator.
Reimplemented from ot::Node. |
|
|
|
|
|
|
|
|
|
1.4.6