|
Csound and CsoundAC API
5.17
|
Data Structures | |
| struct | instr_semantics_t |
Typedefs | |
| typedef struct instr_semantics_t | INSTR_SEMANTICS |
Functions | |
| void | csp_orc_sa_cleanup (CSOUND *csound) |
| void | csp_orc_sa_global_read_add_list (CSOUND *csound, struct set_t *list) |
| void | csp_orc_sa_global_read_write_add_list (CSOUND *csound, struct set_t *write, struct set_t *read) |
| void | csp_orc_sa_global_write_add_list (CSOUND *csound, struct set_t *list) |
| struct set_t * | csp_orc_sa_globals_find (CSOUND *csound, TREE *node) |
| void | csp_orc_sa_instr_add (CSOUND *csound, char *name) |
| void | csp_orc_sa_instr_add_tree (CSOUND *csound, TREE *x) |
| void | csp_orc_sa_instr_finalize (CSOUND *csound) |
| struct instr_semantics_t * | csp_orc_sa_instr_get_by_name (CSOUND *csound, char *instr_name) |
| struct instr_semantics_t * | csp_orc_sa_instr_get_by_num (CSOUND *csound, int16 insno) |
| void | csp_orc_sa_interlocks (CSOUND *, ORCTOKEN *) |
| void | csp_orc_sa_interlocksf (CSOUND *, int) |
| void | csp_orc_sa_print_list (CSOUND *csound) |
| typedef struct instr_semantics_t INSTR_SEMANTICS |
| void csp_orc_sa_cleanup | ( | CSOUND * | csound | ) |
| void csp_orc_sa_global_read_add_list | ( | CSOUND * | csound, |
| struct set_t * | list | ||
| ) |
| void csp_orc_sa_global_read_write_add_list | ( | CSOUND * | csound, |
| struct set_t * | write, | ||
| struct set_t * | read | ||
| ) |
| void csp_orc_sa_global_write_add_list | ( | CSOUND * | csound, |
| struct set_t * | list | ||
| ) |
| struct set_t* csp_orc_sa_globals_find | ( | CSOUND * | csound, |
| TREE * | node | ||
| ) | [read] |
| void csp_orc_sa_instr_add | ( | CSOUND * | csound, |
| char * | name | ||
| ) |
| void csp_orc_sa_instr_add_tree | ( | CSOUND * | csound, |
| TREE * | x | ||
| ) |
| void csp_orc_sa_instr_finalize | ( | CSOUND * | csound | ) |
| struct instr_semantics_t* csp_orc_sa_instr_get_by_name | ( | CSOUND * | csound, |
| char * | instr_name | ||
| ) | [read] |
| struct instr_semantics_t* csp_orc_sa_instr_get_by_num | ( | CSOUND * | csound, |
| int16 | insno | ||
| ) | [read] |
| void csp_orc_sa_interlocks | ( | CSOUND * | , |
| ORCTOKEN * | |||
| ) |
| void csp_orc_sa_interlocksf | ( | CSOUND * | , |
| int | |||
| ) |
| void csp_orc_sa_print_list | ( | CSOUND * | csound | ) |
1.7.6.1