|
Csound API
6.18
|
#include <csound.h>
Data Fields | |
| int | type |
| ORCTOKEN * | value |
| int | rate |
| int | len |
| int | line |
| uint64_t | locn |
| struct TREE * | left |
| struct TREE * | right |
| struct TREE * | next |
| void * | markup |
| struct TREE* TREE::left |
| int TREE::len |
| int TREE::line |
| uint64_t TREE::locn |
| void* TREE::markup |
| struct TREE* TREE::next |
| int TREE::rate |
| struct TREE* TREE::right |
| int TREE::type |
| ORCTOKEN* TREE::value |