LiVES 1.4.9
|
#include <omc-learn.h>
Data Fields | |
gchar * | srch |
string to match | |
gint | macro |
macro number this is linked to (or -1) | |
gint | nvars |
number of params | |
gint * | offs0 |
offs to add to params before scale | |
gdouble * | scale |
scale for params | |
gint * | offs1 |
offs to add to params after scale | |
gint * | min |
min values of params | |
gint * | max |
max values of params | |
gboolean * | matchp |
do we need to match this pval ? | |
gint * | matchi |
match value | |
gint * | map |
reverse mapping to params of OSC message | |
gint * | fvali |
mapping to fixed ints | |
gdouble * | fvald |
mapping to fixed doubles | |
GtkWidget * | treev1 |
GtkWidget * | treev2 |
GtkTreeStore * | gtkstore |
GtkTreeStore * | gtkstore2 |
int * | tmpvals |
gdouble* lives_omc_match_node_t::fvald |
mapping to fixed doubles
mapping to fixed ints
GtkTreeStore* lives_omc_match_node_t::gtkstore |
GtkTreeStore* lives_omc_match_node_t::gtkstore2 |
macro number this is linked to (or -1)
reverse mapping to params of OSC message
match value
gboolean* lives_omc_match_node_t::matchp |
do we need to match this pval ?
max values of params
min values of params
number of params
offs to add to params before scale
offs to add to params after scale
gdouble* lives_omc_match_node_t::scale |
scale for params
gchar* lives_omc_match_node_t::srch |
string to match
GtkWidget* lives_omc_match_node_t::treev1 |
GtkWidget* lives_omc_match_node_t::treev2 |