Csound API
6.18
|
#include <csoundCore.h>
Data Fields | |
int32 | instno |
char * | name |
char * | intypes |
char * | outtypes |
int16 | inchns |
int16 | outchns |
CS_VAR_POOL * | out_arg_pool |
CS_VAR_POOL * | in_arg_pool |
INSTRTXT * | ip |
struct opcodinfo * | prv |
CS_VAR_POOL* opcodinfo::in_arg_pool |
int16 opcodinfo::inchns |
int32 opcodinfo::instno |
char * opcodinfo::intypes |
INSTRTXT* opcodinfo::ip |
char* opcodinfo::name |
CS_VAR_POOL* opcodinfo::out_arg_pool |
int16 opcodinfo::outchns |
char * opcodinfo::outtypes |
struct opcodinfo* opcodinfo::prv |