ref: 053d3b16498c601e2af3023f2011e9fa6bf84843
dir: /common.h/
typedef enum {
UITGroup,
UIHGroup,
UIVGroup,
UIButton,
UICheckBox,
UIVSlider,
UIHSlider,
UINEntry,
UIHBarGraph,
UIVBarGraph,
UInum,
}UItype;
extern char *uitypenames[UInum];
enum {
RATE = 44100,
};