53 int x,
int y,
int width,
int height);
66 int x,
int y,
int width,
int height);
Widget_t * add_hmeter(Widget_t *parent, const char *label, bool show_scale, int x, int y, int width, int height)
add_hmeter - add a vumeter to a Widget_t connect to func.value_changed_callback to implement your act...
float power2db(Widget_t *w, float power)
power2db - power (db) input to db output consider falloff
Widget_t * add_vmeter(Widget_t *parent, const char *label, bool show_scale, int x, int y, int width, int height)
add_vmeter - add a vumeter to a Widget_t connect to func.value_changed_callback to implement your act...
This file contains definitions and structs used on all platforms. Platform specific definitions are l...