Csound API
6.18
|
This struct holds the info for one opcode in a concrete instrument instance in performance. More...
#include <csoundCore.h>
Data Fields | |
struct opds * | nxti |
Next opcode in init-time chain. More... | |
struct opds * | nxtp |
Next opcode in perf-time chain. More... | |
SUBR | iopadr |
Initialization (i-time) function pointer. More... | |
SUBR | opadr |
Perf-time (k- or a-rate) function pointer. More... | |
OPTXT * | optext |
Orch file template part for this opcode. More... | |
INSDS * | insdshead |
Owner instrument instance data structure. More... | |
This struct holds the info for one opcode in a concrete instrument instance in performance.
INSDS* opds::insdshead |
Owner instrument instance data structure.
SUBR opds::iopadr |
Initialization (i-time) function pointer.
struct opds* opds::nxti |
Next opcode in init-time chain.
struct opds* opds::nxtp |
Next opcode in perf-time chain.
SUBR opds::opadr |
Perf-time (k- or a-rate) function pointer.
OPTXT* opds::optext |
Orch file template part for this opcode.