Csound API
6.18
|
This struct holds the data for one score event. More...
#include <csoundCore.h>
Data Fields | |
int | scnt |
String argument(s) (NULL if none) More... | |
char * | strarg |
void * | pinstance |
char | opcod |
Event type. More... | |
int16 | pcnt |
Number of p-fields. More... | |
MYFLT | p2orig |
Event start time. More... | |
MYFLT | p3orig |
Length. More... | |
MYFLT | p [PMAX+1] |
All p-fields for this event (SSTRCOD: string argument) More... | |
union { | |
MYFLT * extra | |
MYFLT p [2] | |
} | c |
This struct holds the data for one score event.
union { ... } event::c |
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.
void* event::pinstance |
int event::scnt |
String argument(s) (NULL if none)
char* event::strarg |