Csound and CsoundAC API  5.17
Data Fields
opds Struct Reference

This struct holds the info for one opcode in a concrete instrument instance in performance. More...

#include <csoundCore.h>

Data Fields

INSDSinsdshead
 Owner instrument instance data structure.
SUBR iopadr
 Initialization (i-time) function pointer.
struct opdsnxti
 Next opcode in init-time chain.
struct opdsnxtp
 Next opcode in perf-time chain.
SUBR opadr
 Perf-time (k- or a-rate) function pointer.
OPTXToptext
 Orch file template part for this opcode.

Detailed Description

This struct holds the info for one opcode in a concrete instrument instance in performance.

Field Documentation

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.