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