LiVES
3.2.0
|
#include <omc-learn.h>
Data Fields | |
char * | msg |
OSC message. More... | |
char * | macro_text |
macro text More... | |
char * | info_text |
descriptive text More... | |
char * | stype_tags |
setter type tags More... | |
int | nparams |
char ** | pname |
int * | ptypes |
int * | mini |
int * | maxi |
int * | vali |
double * | mind |
double * | maxd |
double * | vald |
Definition at line 49 of file omc-learn.h.
char* lives_omc_macro_t::info_text |
descriptive text
Definition at line 52 of file omc-learn.h.
char* lives_omc_macro_t::macro_text |
macro text
Definition at line 51 of file omc-learn.h.
double * lives_omc_macro_t::maxd |
Definition at line 62 of file omc-learn.h.
int * lives_omc_macro_t::maxi |
Definition at line 60 of file omc-learn.h.
double* lives_omc_macro_t::mind |
Definition at line 62 of file omc-learn.h.
int* lives_omc_macro_t::mini |
Definition at line 60 of file omc-learn.h.
char* lives_omc_macro_t::msg |
OSC message.
Definition at line 50 of file omc-learn.h.
int lives_omc_macro_t::nparams |
Definition at line 55 of file omc-learn.h.
char** lives_omc_macro_t::pname |
Definition at line 57 of file omc-learn.h.
int* lives_omc_macro_t::ptypes |
Definition at line 59 of file omc-learn.h.
char* lives_omc_macro_t::stype_tags |
setter type tags
Definition at line 53 of file omc-learn.h.
double * lives_omc_macro_t::vald |
Definition at line 62 of file omc-learn.h.
int * lives_omc_macro_t::vali |
Definition at line 60 of file omc-learn.h.