|
Csound API
6.18
|
Specialization of CsoundEvent for low-level score events with raw pfields. More...
#include <csound_threaded.hpp>
Inheritance diagram for CsoundScoreEvent:Public Member Functions | |
| CsoundScoreEvent (char opcode_, const MYFLT *pfields_, long pfield_count) | |
| virtual int | operator() (CSOUND *csound_) |
| Dispatches the event to Csound during performance. More... | |
Data Fields | |
| char | opcode |
| std::vector< MYFLT > | pfields |
Specialization of CsoundEvent for low-level score events with raw pfields.
|
inline |
|
inlinevirtual |
Dispatches the event to Csound during performance.
Implements CsoundEvent.
References csoundScoreEvent().
| char CsoundScoreEvent::opcode |
| std::vector<MYFLT> CsoundScoreEvent::pfields |