|
Csound API 6.09
|
Abstract base class for Csound events to be enqueued for performance. More...
#include <csound_threaded.hpp>
Public Member Functions | |
| virtual | ~CsoundEvent () |
| virtual int | operator() (CSOUND *csound_)=0 |
| Dispatches the event to Csound during performance. | |
Abstract base class for Csound events to be enqueued for performance.
|
inlinevirtual |
|
pure virtual |
Dispatches the event to Csound during performance.
Implemented in CsoundScoreEvent, and CsoundTextEvent.