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