|
Csound API
6.18
|
Specialization of CsoundEvent for high-level textual score events, fragments of scores, or entire scores. More...
#include <csound_threaded.hpp>
Inheritance diagram for CsoundTextEvent:Public Member Functions | |
| CsoundTextEvent (const char *text) | |
| virtual int | operator() (CSOUND *csound_) |
| Dispatches the event to Csound during performance. More... | |
Data Fields | |
| std::string | events |
Specialization of CsoundEvent for high-level textual score events, fragments of scores, or entire scores.
|
inline |
|
inlinevirtual |
Dispatches the event to Csound during performance.
Implements CsoundEvent.
References csoundReadScore().
| std::string CsoundTextEvent::events |