Csound API  6.07
text Struct Reference

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

#include <csoundCore.h>

Data Fields

int linenum
 
OENTRYoentry
 
char * opcod
 
ARGLSTinlist
 
ARGLSToutlist
 
ARGinArgs
 
unsigned int inArgCount
 
ARGoutArgs
 
unsigned int outArgCount
 
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