Home
last modified time | relevance | path

Searched defs:auUIObject (Results 1 – 2 of 2) sorted by relevance

/dports/audio/faust/faust-2.37.3/architecture/faust/au/
H A DAUUI.h49 struct auUIObject { struct
60 auUIObject(const char* label, FAUSTFLOAT* zone): fLabel(label), fZone(zone) in auUIObject() argument
63 virtual ~auUIObject() in ~auUIObject() argument
66 virtual void GetName(char *text) in GetName()
71 virtual void SetValue(double f) in SetValue()
97 struct auToggleButton: public auUIObject { argument
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/DEINDUGens/include/faust/au/
H A DAUUI.h68 auUIObject(const char* label, FAUSTFLOAT* zone) : in auUIObject() function