Csound and CsoundAC API  5.17
Data Fields
event Struct Reference

This struct holds the data for one score event. More...

#include <csoundCore.h>

Data Fields

union {
   MYFLT *   extra
 
   MYFLT   p [2]
 
c
 
char estrarg [3]
 
char opcod
 Event type. More...
 
MYFLT p [PMAX+1]
 All p-fields for this event (SSTRCOD: string argument) More...
 
MYFLT p2orig
 Event start time. More...
 
MYFLT p3orig
 Length. More...
 
int16 pcnt
 Number of p-fields. More...
 
char * strarg
 String argument (NULL if none) More...
 

Detailed Description

This struct holds the data for one score event.

Field Documentation

union { ... } event::c
char event::estrarg[3]
MYFLT* event::extra
char event::opcod

Event type.

MYFLT event::p[2]

All p-fields for this event (SSTRCOD: string argument)

MYFLT event::p2orig

Event start time.

MYFLT event::p3orig

Length.

int16 event::pcnt

Number of p-fields.

char* event::strarg

String argument (NULL if none)