|
Csound API
6.18
|
Storage for parsed orchestra code, for each opcode in an INSTRTXT. More...
#include <csoundCore.h>
Data Fields | |
| uint16_t | linenum |
| uint64_t | locn |
| OENTRY * | oentry |
| char * | opcod |
| ARGLST * | inlist |
| ARGLST * | outlist |
| ARG * | inArgs |
| unsigned int | inArgCount |
| ARG * | outArgs |
| unsigned int | outArgCount |
| char | intype |
| char | pftype |
Storage for parsed orchestra code, for each opcode in an INSTRTXT.
| unsigned int text::inArgCount |
| ARG* text::inArgs |
| ARGLST* text::inlist |
| char text::intype |
| uint16_t text::linenum |
| uint64_t text::locn |
| OENTRY* text::oentry |
| char* text::opcod |
| unsigned int text::outArgCount |
| ARG* text::outArgs |
| ARGLST* text::outlist |
| char text::pftype |