Csound API
6.18
|
This struct will hold the current engine state after compilation. More...
#include <csoundCore.h>
Data Fields | |
CS_VAR_POOL * | varPool |
CS_HASH_TABLE * | constantsPool |
CS_HASH_TABLE * | stringPool |
int | maxopcno |
INSTRTXT ** | instrtxtp |
INSTRTXT | instxtanchor |
CS_HASH_TABLE * | instrumentNames |
int | maxinsno |
This struct will hold the current engine state after compilation.
CS_HASH_TABLE* engine_state::constantsPool |
INSTRTXT** engine_state::instrtxtp |
CS_HASH_TABLE* engine_state::instrumentNames |
INSTRTXT engine_state::instxtanchor |
int engine_state::maxinsno |
int engine_state::maxopcno |
CS_HASH_TABLE* engine_state::stringPool |
CS_VAR_POOL* engine_state::varPool |