|
Csound API
6.18
|
This struct is filled out by otran() at orch parse time. More...
#include <csoundCore.h>
Data Fields | |
| struct op * | nxtop |
| TEXT | t |
| int | pmax |
| int | vmax |
| int | pextrab |
| CS_VAR_POOL * | varPool |
| int16 | muted |
| int32 | opdstot |
| MYFLT * | psetdata |
| struct insds * | instance |
| struct insds * | lst_instance |
| struct insds * | act_instance |
| struct instr * | nxtinstxt |
| int | active |
| int | pending_release |
| int | maxalloc |
| MYFLT | cpuload |
| struct opcodinfo * | opcode_info |
| char * | insname |
| int | instcnt |
| int | isNew |
| int | nocheckpcnt |
This struct is filled out by otran() at orch parse time.
It is used as a template for instrument events.
| struct insds* instr::act_instance |
| int instr::active |
| MYFLT instr::cpuload |
| char* instr::insname |
| struct insds* instr::instance |
| int instr::instcnt |
| int instr::isNew |
| struct insds* instr::lst_instance |
| int instr::maxalloc |
| int16 instr::muted |
| int instr::nocheckpcnt |
| struct instr* instr::nxtinstxt |
| struct op* instr::nxtop |
| struct opcodinfo* instr::opcode_info |
| int32 instr::opdstot |
| int instr::pending_release |
| int instr::pextrab |
| int instr::pmax |
| MYFLT* instr::psetdata |
| TEXT instr::t |
| CS_VAR_POOL* instr::varPool |
| int instr::vmax |