|
JackUtils 0.5
Provides simplified Jack API for clients :)
|
Variable shared structure. More...
#include <ju_vars.h>
Data Fields | |
| const struct ju_varclass * | _vp |
| pointer to the class | |
| union { | |
| void * p | |
| int i | |
| ju_sample_t f | |
| } | data [5] |
| ju_cstr_t | name |
| more than enough... More... | |
Variable shared structure.
Any custom structure MUST NOT be bigger than this!
Remember that name of variable and it's serialized value MUST NOT contain special characters : '=' and '
'!
| ju_cstr_t ju_var_s::name |
more than enough...
do NOT change variable name after creation! It used for file writing and reading! DO NOT use special characters in variables name!!!