|
Csound and CsoundAC API
5.17
|
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. | |
| MYFLT | p [PMAX+1] |
| All p-fields for this event (SSTRCOD: string argument) | |
| MYFLT | p2orig |
| Event start time. | |
| MYFLT | p3orig |
| Length. | |
| int16 | pcnt |
| Number of p-fields. | |
| char * | strarg |
| String argument (NULL if none) | |
This struct holds the data for one score event.
| 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)
1.8.1.2