Csound API  6.01
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
text Struct Reference

Storage for parsed orchestra code, for each opcode in an INSTRTXT. More...

#include <csoundCore.h>

Data Fields

int linenum
 
OENTRY * oentry
 
char * opcod
 
ARGLST * inlist
 
ARGLST * outlist
 
ARG * inArgs
 
unsigned int inArgCount
 
ARG * outArgs
 
unsigned int outArgCount
 
int xincod
 
int xoutcod
 
int xincod_str
 
int xoutcod_str
 
char intype
 
char pftype
 

Detailed Description

Storage for parsed orchestra code, for each opcode in an INSTRTXT.

Field Documentation

unsigned int text::inArgCount
ARG* text::inArgs
ARGLST* text::inlist
char text::intype
int text::linenum
OENTRY* text::oentry
char* text::opcod
unsigned int text::outArgCount
ARG* text::outArgs
ARGLST* text::outlist
char text::pftype
int text::xincod
int text::xincod_str
int text::xoutcod
int text::xoutcod_str