Csound API  6.18
opds Struct Reference

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

#include <csoundCore.h>

Data Fields

struct opdsnxti
 Next opcode in init-time chain. More...
 
struct opdsnxtp
 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...
 
OPTXToptext
 Orch file template part for this opcode. More...
 
INSDSinsdshead
 Owner instrument instance data structure. More...
 

Detailed Description

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

Field Documentation

◆ insdshead

INSDS* opds::insdshead

Owner instrument instance data structure.

◆ iopadr

SUBR opds::iopadr

Initialization (i-time) function pointer.

◆ nxti

struct opds* opds::nxti

Next opcode in init-time chain.

◆ nxtp

struct opds* opds::nxtp

Next opcode in perf-time chain.

◆ opadr

SUBR opds::opadr

Perf-time (k- or a-rate) function pointer.

◆ optext

OPTXT* opds::optext

Orch file template part for this opcode.