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