|
JackTrip
|
#include <compressordsp.h>


Public Member Functions | |
| APIUI () | |
| virtual | ~APIUI () |
| virtual void | openTabBox (const char *label) |
| virtual void | openHorizontalBox (const char *label) |
| virtual void | openVerticalBox (const char *label) |
| virtual void | closeBox () |
| virtual void | addButton (const char *label, FAUSTFLOAT *zone) |
| virtual void | addCheckButton (const char *label, FAUSTFLOAT *zone) |
| virtual void | addVerticalSlider (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step) |
| virtual void | addHorizontalSlider (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step) |
| virtual void | addNumEntry (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step) |
| virtual void | addHorizontalBargraph (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT min, FAUSTFLOAT max) |
| virtual void | addVerticalBargraph (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT min, FAUSTFLOAT max) |
| virtual void | addSoundfile (const char *label, const char *filename, Soundfile **sf_zone) |
| virtual void | declare (FAUSTFLOAT *zone, const char *key, const char *val) |
| virtual void | declare (const char *key, const char *val) |
| int | getParamsCount () |
| int | getParamIndex (const char *path) |
| const char * | getParamAddress (int p) |
| const char * | getParamLabel (int p) |
| std::map< const char *, const char * > | getMetadata (int p) |
| const char * | getMetadata (int p, const char *key) |
| FAUSTFLOAT | getParamMin (int p) |
| FAUSTFLOAT | getParamMax (int p) |
| FAUSTFLOAT | getParamStep (int p) |
| FAUSTFLOAT | getParamInit (int p) |
| FAUSTFLOAT * | getParamZone (int p) |
| FAUSTFLOAT | getParamValue (int p) |
| void | setParamValue (int p, FAUSTFLOAT v) |
| double | getParamRatio (int p) |
| void | setParamRatio (int p, double r) |
| double | value2ratio (int p, double r) |
| double | ratio2value (int p, double r) |
| Type | getParamType (int p) |
| ItemType | getParamItemType (int p) |
| void | propagateAcc (int acc, double value) |
| void | setAccConverter (int p, int acc, int curve, double amin, double amid, double amax) |
| void | setGyrConverter (int p, int gyr, int curve, double amin, double amid, double amax) |
| void | getAccConverter (int p, int &acc, int &curve, double &amin, double &amid, double &amax) |
| void | getGyrConverter (int p, int &gyr, int &curve, double &amin, double &amid, double &amax) |
| void | propagateGyr (int gyr, double value) |
| int | getAccCount (int acc) |
| int | getGyrCount (int gyr) |
| int | getScreenColor () |
| APIUI () | |
| virtual | ~APIUI () |
| virtual void | openTabBox (const char *label) |
| virtual void | openHorizontalBox (const char *label) |
| virtual void | openVerticalBox (const char *label) |
| virtual void | closeBox () |
| virtual void | addButton (const char *label, FAUSTFLOAT *zone) |
| virtual void | addCheckButton (const char *label, FAUSTFLOAT *zone) |
| virtual void | addVerticalSlider (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step) |
| virtual void | addHorizontalSlider (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step) |
| virtual void | addNumEntry (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step) |
| virtual void | addHorizontalBargraph (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT min, FAUSTFLOAT max) |
| virtual void | addVerticalBargraph (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT min, FAUSTFLOAT max) |
| virtual void | addSoundfile (const char *label, const char *filename, Soundfile **sf_zone) |
| virtual void | declare (FAUSTFLOAT *zone, const char *key, const char *val) |
| virtual void | declare (const char *key, const char *val) |
| int | getParamsCount () |
| int | getParamIndex (const char *path) |
| const char * | getParamAddress (int p) |
| const char * | getParamLabel (int p) |
| std::map< const char *, const char * > | getMetadata (int p) |
| const char * | getMetadata (int p, const char *key) |
| FAUSTFLOAT | getParamMin (int p) |
| FAUSTFLOAT | getParamMax (int p) |
| FAUSTFLOAT | getParamStep (int p) |
| FAUSTFLOAT | getParamInit (int p) |
| FAUSTFLOAT * | getParamZone (int p) |
| FAUSTFLOAT | getParamValue (int p) |
| void | setParamValue (int p, FAUSTFLOAT v) |
| double | getParamRatio (int p) |
| void | setParamRatio (int p, double r) |
| double | value2ratio (int p, double r) |
| double | ratio2value (int p, double r) |
| Type | getParamType (int p) |
| ItemType | getParamItemType (int p) |
| void | propagateAcc (int acc, double value) |
| void | setAccConverter (int p, int acc, int curve, double amin, double amid, double amax) |
| void | setGyrConverter (int p, int gyr, int curve, double amin, double amid, double amax) |
| void | getAccConverter (int p, int &acc, int &curve, double &amin, double &amid, double &amax) |
| void | getGyrConverter (int p, int &gyr, int &curve, double &amin, double &amid, double &amax) |
| void | propagateGyr (int gyr, double value) |
| int | getAccCount (int acc) |
| int | getGyrCount (int gyr) |
| int | getScreenColor () |
| APIUI () | |
| virtual | ~APIUI () |
| virtual void | openTabBox (const char *label) |
| virtual void | openHorizontalBox (const char *label) |
| virtual void | openVerticalBox (const char *label) |
| virtual void | closeBox () |
| virtual void | addButton (const char *label, FAUSTFLOAT *zone) |
| virtual void | addCheckButton (const char *label, FAUSTFLOAT *zone) |
| virtual void | addVerticalSlider (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step) |
| virtual void | addHorizontalSlider (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step) |
| virtual void | addNumEntry (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step) |
| virtual void | addHorizontalBargraph (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT min, FAUSTFLOAT max) |
| virtual void | addVerticalBargraph (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT min, FAUSTFLOAT max) |
| virtual void | addSoundfile (const char *label, const char *filename, Soundfile **sf_zone) |
| virtual void | declare (FAUSTFLOAT *zone, const char *key, const char *val) |
| virtual void | declare (const char *key, const char *val) |
| int | getParamsCount () |
| int | getParamIndex (const char *path) |
| const char * | getParamAddress (int p) |
| const char * | getParamLabel (int p) |
| std::map< const char *, const char * > | getMetadata (int p) |
| const char * | getMetadata (int p, const char *key) |
| FAUSTFLOAT | getParamMin (int p) |
| FAUSTFLOAT | getParamMax (int p) |
| FAUSTFLOAT | getParamStep (int p) |
| FAUSTFLOAT | getParamInit (int p) |
| FAUSTFLOAT * | getParamZone (int p) |
| FAUSTFLOAT | getParamValue (int p) |
| void | setParamValue (int p, FAUSTFLOAT v) |
| double | getParamRatio (int p) |
| void | setParamRatio (int p, double r) |
| double | value2ratio (int p, double r) |
| double | ratio2value (int p, double r) |
| Type | getParamType (int p) |
| ItemType | getParamItemType (int p) |
| void | propagateAcc (int acc, double value) |
| void | setAccConverter (int p, int acc, int curve, double amin, double amid, double amax) |
| void | setGyrConverter (int p, int gyr, int curve, double amin, double amid, double amax) |
| void | getAccConverter (int p, int &acc, int &curve, double &amin, double &amid, double &amax) |
| void | getGyrConverter (int p, int &gyr, int &curve, double &amin, double &amid, double &amax) |
| void | propagateGyr (int gyr, double value) |
| int | getAccCount (int acc) |
| int | getGyrCount (int gyr) |
| int | getScreenColor () |
| APIUI () | |
| virtual | ~APIUI () |
| virtual void | openTabBox (const char *label) |
| virtual void | openHorizontalBox (const char *label) |
| virtual void | openVerticalBox (const char *label) |
| virtual void | closeBox () |
| virtual void | addButton (const char *label, FAUSTFLOAT *zone) |
| virtual void | addCheckButton (const char *label, FAUSTFLOAT *zone) |
| virtual void | addVerticalSlider (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step) |
| virtual void | addHorizontalSlider (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step) |
| virtual void | addNumEntry (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step) |
| virtual void | addHorizontalBargraph (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT min, FAUSTFLOAT max) |
| virtual void | addVerticalBargraph (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT min, FAUSTFLOAT max) |
| virtual void | addSoundfile (const char *label, const char *filename, Soundfile **sf_zone) |
| virtual void | declare (FAUSTFLOAT *zone, const char *key, const char *val) |
| virtual void | declare (const char *key, const char *val) |
| int | getParamsCount () |
| int | getParamIndex (const char *path) |
| const char * | getParamAddress (int p) |
| const char * | getParamLabel (int p) |
| std::map< const char *, const char * > | getMetadata (int p) |
| const char * | getMetadata (int p, const char *key) |
| FAUSTFLOAT | getParamMin (int p) |
| FAUSTFLOAT | getParamMax (int p) |
| FAUSTFLOAT | getParamStep (int p) |
| FAUSTFLOAT | getParamInit (int p) |
| FAUSTFLOAT * | getParamZone (int p) |
| FAUSTFLOAT | getParamValue (int p) |
| void | setParamValue (int p, FAUSTFLOAT v) |
| double | getParamRatio (int p) |
| void | setParamRatio (int p, double r) |
| double | value2ratio (int p, double r) |
| double | ratio2value (int p, double r) |
| Type | getParamType (int p) |
| ItemType | getParamItemType (int p) |
| void | propagateAcc (int acc, double value) |
| void | setAccConverter (int p, int acc, int curve, double amin, double amid, double amax) |
| void | setGyrConverter (int p, int gyr, int curve, double amin, double amid, double amax) |
| void | getAccConverter (int p, int &acc, int &curve, double &amin, double &amid, double &amax) |
| void | getGyrConverter (int p, int &gyr, int &curve, double &amin, double &amid, double &amax) |
| void | propagateGyr (int gyr, double value) |
| int | getAccCount (int acc) |
| int | getGyrCount (int gyr) |
| int | getScreenColor () |
| APIUI () | |
| virtual | ~APIUI () |
| virtual void | openTabBox (const char *label) |
| virtual void | openHorizontalBox (const char *label) |
| virtual void | openVerticalBox (const char *label) |
| virtual void | closeBox () |
| virtual void | addButton (const char *label, FAUSTFLOAT *zone) |
| virtual void | addCheckButton (const char *label, FAUSTFLOAT *zone) |
| virtual void | addVerticalSlider (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step) |
| virtual void | addHorizontalSlider (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step) |
| virtual void | addNumEntry (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step) |
| virtual void | addHorizontalBargraph (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT min, FAUSTFLOAT max) |
| virtual void | addVerticalBargraph (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT min, FAUSTFLOAT max) |
| virtual void | addSoundfile (const char *label, const char *filename, Soundfile **sf_zone) |
| virtual void | declare (FAUSTFLOAT *zone, const char *key, const char *val) |
| virtual void | declare (const char *key, const char *val) |
| int | getParamsCount () |
| int | getParamIndex (const char *path) |
| const char * | getParamAddress (int p) |
| const char * | getParamLabel (int p) |
| std::map< const char *, const char * > | getMetadata (int p) |
| const char * | getMetadata (int p, const char *key) |
| FAUSTFLOAT | getParamMin (int p) |
| FAUSTFLOAT | getParamMax (int p) |
| FAUSTFLOAT | getParamStep (int p) |
| FAUSTFLOAT | getParamInit (int p) |
| FAUSTFLOAT * | getParamZone (int p) |
| FAUSTFLOAT | getParamValue (int p) |
| void | setParamValue (int p, FAUSTFLOAT v) |
| double | getParamRatio (int p) |
| void | setParamRatio (int p, double r) |
| double | value2ratio (int p, double r) |
| double | ratio2value (int p, double r) |
| Type | getParamType (int p) |
| ItemType | getParamItemType (int p) |
| void | propagateAcc (int acc, double value) |
| void | setAccConverter (int p, int acc, int curve, double amin, double amid, double amax) |
| void | setGyrConverter (int p, int gyr, int curve, double amin, double amid, double amax) |
| void | getAccConverter (int p, int &acc, int &curve, double &amin, double &amid, double &amax) |
| void | getGyrConverter (int p, int &gyr, int &curve, double &amin, double &amid, double &amax) |
| void | propagateGyr (int gyr, double value) |
| int | getAccCount (int acc) |
| int | getGyrCount (int gyr) |
| int | getScreenColor () |
| APIUI () | |
| virtual | ~APIUI () |
| virtual void | openTabBox (const char *label) |
| virtual void | openHorizontalBox (const char *label) |
| virtual void | openVerticalBox (const char *label) |
| virtual void | closeBox () |
| virtual void | addButton (const char *label, FAUSTFLOAT *zone) |
| virtual void | addCheckButton (const char *label, FAUSTFLOAT *zone) |
| virtual void | addVerticalSlider (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step) |
| virtual void | addHorizontalSlider (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step) |
| virtual void | addNumEntry (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step) |
| virtual void | addHorizontalBargraph (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT min, FAUSTFLOAT max) |
| virtual void | addVerticalBargraph (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT min, FAUSTFLOAT max) |
| virtual void | addSoundfile (const char *label, const char *filename, Soundfile **sf_zone) |
| virtual void | declare (FAUSTFLOAT *zone, const char *key, const char *val) |
| virtual void | declare (const char *key, const char *val) |
| int | getParamsCount () |
| int | getParamIndex (const char *path) |
| const char * | getParamAddress (int p) |
| const char * | getParamLabel (int p) |
| std::map< const char *, const char * > | getMetadata (int p) |
| const char * | getMetadata (int p, const char *key) |
| FAUSTFLOAT | getParamMin (int p) |
| FAUSTFLOAT | getParamMax (int p) |
| FAUSTFLOAT | getParamStep (int p) |
| FAUSTFLOAT | getParamInit (int p) |
| FAUSTFLOAT * | getParamZone (int p) |
| FAUSTFLOAT | getParamValue (int p) |
| void | setParamValue (int p, FAUSTFLOAT v) |
| double | getParamRatio (int p) |
| void | setParamRatio (int p, double r) |
| double | value2ratio (int p, double r) |
| double | ratio2value (int p, double r) |
| Type | getParamType (int p) |
| ItemType | getParamItemType (int p) |
| void | propagateAcc (int acc, double value) |
| void | setAccConverter (int p, int acc, int curve, double amin, double amid, double amax) |
| void | setGyrConverter (int p, int gyr, int curve, double amin, double amid, double amax) |
| void | getAccConverter (int p, int &acc, int &curve, double &amin, double &amid, double &amax) |
| void | getGyrConverter (int p, int &gyr, int &curve, double &amin, double &amid, double &amax) |
| void | propagateGyr (int gyr, double value) |
| int | getAccCount (int acc) |
| int | getGyrCount (int gyr) |
| int | getScreenColor () |
Public Member Functions inherited from PathBuilder | |
| PathBuilder () | |
| virtual | ~PathBuilder () |
| std::string | buildPath (const std::string &label) |
| std::string | buildLabel (std::string label) |
| void | pushLabel (const std::string &label) |
| void | popLabel () |
| PathBuilder () | |
| virtual | ~PathBuilder () |
| std::string | buildPath (const std::string &label) |
| std::string | buildLabel (std::string label) |
| void | pushLabel (const std::string &label) |
| void | popLabel () |
| PathBuilder () | |
| virtual | ~PathBuilder () |
| std::string | buildPath (const std::string &label) |
| std::string | buildLabel (std::string label) |
| void | pushLabel (const std::string &label) |
| void | popLabel () |
| PathBuilder () | |
| virtual | ~PathBuilder () |
| std::string | buildPath (const std::string &label) |
| std::string | buildLabel (std::string label) |
| void | pushLabel (const std::string &label) |
| void | popLabel () |
| PathBuilder () | |
| virtual | ~PathBuilder () |
| std::string | buildPath (const std::string &label) |
| std::string | buildLabel (std::string label) |
| void | pushLabel (const std::string &label) |
| void | popLabel () |
| PathBuilder () | |
| virtual | ~PathBuilder () |
| std::string | buildPath (const std::string &label) |
| std::string | buildLabel (std::string label) |
| void | pushLabel (const std::string &label) |
| void | popLabel () |
Public Member Functions inherited from Meta | |
| virtual | ~Meta () |
| virtual void | declare (const char *key, const char *value)=0 |
| virtual | ~Meta () |
| virtual void | declare (const char *key, const char *value)=0 |
| virtual | ~Meta () |
| virtual void | declare (const char *key, const char *value)=0 |
| virtual | ~Meta () |
| virtual void | declare (const char *key, const char *value)=0 |
| virtual | ~Meta () |
| virtual void | declare (const char *key, const char *value)=0 |
| virtual | ~Meta () |
| virtual void | declare (const char *key, const char *value)=0 |
Public Member Functions inherited from UI | |
| UI () | |
| virtual | ~UI () |
| UI () | |
| virtual | ~UI () |
| UI () | |
| virtual | ~UI () |
| UI () | |
| virtual | ~UI () |
| UI () | |
| virtual | ~UI () |
| UI () | |
| virtual | ~UI () |
Public Member Functions inherited from UIReal< FAUSTFLOAT > | |
| UIReal () | |
| UIReal () | |
| UIReal () | |
| UIReal () | |
| UIReal () | |
| UIReal () | |
| virtual | ~UIReal () |
| virtual | ~UIReal () |
| virtual | ~UIReal () |
| virtual | ~UIReal () |
| virtual | ~UIReal () |
| virtual | ~UIReal () |
| virtual void | openTabBox (const char *label)=0 |
| virtual void | openTabBox (const char *label)=0 |
| virtual void | openTabBox (const char *label)=0 |
| virtual void | openTabBox (const char *label)=0 |
| virtual void | openTabBox (const char *label)=0 |
| virtual void | openTabBox (const char *label)=0 |
| virtual void | openHorizontalBox (const char *label)=0 |
| virtual void | openHorizontalBox (const char *label)=0 |
| virtual void | openHorizontalBox (const char *label)=0 |
| virtual void | openHorizontalBox (const char *label)=0 |
| virtual void | openHorizontalBox (const char *label)=0 |
| virtual void | openHorizontalBox (const char *label)=0 |
| virtual void | openVerticalBox (const char *label)=0 |
| virtual void | openVerticalBox (const char *label)=0 |
| virtual void | openVerticalBox (const char *label)=0 |
| virtual void | openVerticalBox (const char *label)=0 |
| virtual void | openVerticalBox (const char *label)=0 |
| virtual void | openVerticalBox (const char *label)=0 |
| virtual void | closeBox ()=0 |
| virtual void | closeBox ()=0 |
| virtual void | closeBox ()=0 |
| virtual void | closeBox ()=0 |
| virtual void | closeBox ()=0 |
| virtual void | closeBox ()=0 |
| virtual void | addButton (const char *label, FAUSTFLOAT *zone)=0 |
| virtual void | addButton (const char *label, FAUSTFLOAT *zone)=0 |
| virtual void | addButton (const char *label, FAUSTFLOAT *zone)=0 |
| virtual void | addButton (const char *label, FAUSTFLOAT *zone)=0 |
| virtual void | addButton (const char *label, FAUSTFLOAT *zone)=0 |
| virtual void | addButton (const char *label, FAUSTFLOAT *zone)=0 |
| virtual void | addCheckButton (const char *label, FAUSTFLOAT *zone)=0 |
| virtual void | addCheckButton (const char *label, FAUSTFLOAT *zone)=0 |
| virtual void | addCheckButton (const char *label, FAUSTFLOAT *zone)=0 |
| virtual void | addCheckButton (const char *label, FAUSTFLOAT *zone)=0 |
| virtual void | addCheckButton (const char *label, FAUSTFLOAT *zone)=0 |
| virtual void | addCheckButton (const char *label, FAUSTFLOAT *zone)=0 |
| virtual void | addVerticalSlider (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step)=0 |
| virtual void | addVerticalSlider (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step)=0 |
| virtual void | addVerticalSlider (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step)=0 |
| virtual void | addVerticalSlider (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step)=0 |
| virtual void | addVerticalSlider (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step)=0 |
| virtual void | addVerticalSlider (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step)=0 |
| virtual void | addHorizontalSlider (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step)=0 |
| virtual void | addHorizontalSlider (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step)=0 |
| virtual void | addHorizontalSlider (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step)=0 |
| virtual void | addHorizontalSlider (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step)=0 |
| virtual void | addHorizontalSlider (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step)=0 |
| virtual void | addHorizontalSlider (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step)=0 |
| virtual void | addNumEntry (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step)=0 |
| virtual void | addNumEntry (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step)=0 |
| virtual void | addNumEntry (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step)=0 |
| virtual void | addNumEntry (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step)=0 |
| virtual void | addNumEntry (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step)=0 |
| virtual void | addNumEntry (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step)=0 |
| virtual void | addHorizontalBargraph (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT min, FAUSTFLOAT max)=0 |
| virtual void | addHorizontalBargraph (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT min, FAUSTFLOAT max)=0 |
| virtual void | addHorizontalBargraph (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT min, FAUSTFLOAT max)=0 |
| virtual void | addHorizontalBargraph (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT min, FAUSTFLOAT max)=0 |
| virtual void | addHorizontalBargraph (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT min, FAUSTFLOAT max)=0 |
| virtual void | addHorizontalBargraph (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT min, FAUSTFLOAT max)=0 |
| virtual void | addVerticalBargraph (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT min, FAUSTFLOAT max)=0 |
| virtual void | addVerticalBargraph (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT min, FAUSTFLOAT max)=0 |
| virtual void | addVerticalBargraph (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT min, FAUSTFLOAT max)=0 |
| virtual void | addVerticalBargraph (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT min, FAUSTFLOAT max)=0 |
| virtual void | addVerticalBargraph (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT min, FAUSTFLOAT max)=0 |
| virtual void | addVerticalBargraph (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT min, FAUSTFLOAT max)=0 |
| virtual void | addSoundfile (const char *label, const char *filename, Soundfile **sf_zone)=0 |
| virtual void | addSoundfile (const char *label, const char *filename, Soundfile **sf_zone)=0 |
| virtual void | addSoundfile (const char *label, const char *filename, Soundfile **sf_zone)=0 |
| virtual void | addSoundfile (const char *label, const char *filename, Soundfile **sf_zone)=0 |
| virtual void | addSoundfile (const char *label, const char *filename, Soundfile **sf_zone)=0 |
| virtual void | addSoundfile (const char *label, const char *filename, Soundfile **sf_zone)=0 |
| virtual void | declare (FAUSTFLOAT *zone, const char *key, const char *val) |
| virtual void | declare (FAUSTFLOAT *zone, const char *key, const char *val) |
| virtual void | declare (FAUSTFLOAT *zone, const char *key, const char *val) |
| virtual void | declare (FAUSTFLOAT *zone, const char *key, const char *val) |
| virtual void | declare (FAUSTFLOAT *zone, const char *key, const char *val) |
| virtual void | declare (FAUSTFLOAT *zone, const char *key, const char *val) |
Protected Types | |
| enum | { kLin = 0 , kLog = 1 , kExp = 2 } |
| enum | { kLin = 0 , kLog = 1 , kExp = 2 } |
| enum | { kLin = 0 , kLog = 1 , kExp = 2 } |
| enum | { kLin = 0 , kLog = 1 , kExp = 2 } |
| enum | { kLin = 0 , kLog = 1 , kExp = 2 } |
| enum | { kLin = 0 , kLog = 1 , kExp = 2 } |
Protected Member Functions | |
| virtual void | addParameter (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step, ItemType type) |
| int | getZoneIndex (std::vector< ZoneControl * > *table, int p, int val) |
| void | setConverter (std::vector< ZoneControl * > *table, int p, int val, int curve, double amin, double amid, double amax) |
| void | getConverter (std::vector< ZoneControl * > *table, int p, int &val, int &curve, double &amin, double &amid, double &amax) |
| virtual void | addParameter (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step, ItemType type) |
| int | getZoneIndex (std::vector< ZoneControl * > *table, int p, int val) |
| void | setConverter (std::vector< ZoneControl * > *table, int p, int val, int curve, double amin, double amid, double amax) |
| void | getConverter (std::vector< ZoneControl * > *table, int p, int &val, int &curve, double &amin, double &amid, double &amax) |
| virtual void | addParameter (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step, ItemType type) |
| int | getZoneIndex (std::vector< ZoneControl * > *table, int p, int val) |
| void | setConverter (std::vector< ZoneControl * > *table, int p, int val, int curve, double amin, double amid, double amax) |
| void | getConverter (std::vector< ZoneControl * > *table, int p, int &val, int &curve, double &amin, double &amid, double &amax) |
| virtual void | addParameter (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step, ItemType type) |
| int | getZoneIndex (std::vector< ZoneControl * > *table, int p, int val) |
| void | setConverter (std::vector< ZoneControl * > *table, int p, int val, int curve, double amin, double amid, double amax) |
| void | getConverter (std::vector< ZoneControl * > *table, int p, int &val, int &curve, double &amin, double &amid, double &amax) |
| virtual void | addParameter (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step, ItemType type) |
| int | getZoneIndex (std::vector< ZoneControl * > *table, int p, int val) |
| void | setConverter (std::vector< ZoneControl * > *table, int p, int val, int curve, double amin, double amid, double amax) |
| void | getConverter (std::vector< ZoneControl * > *table, int p, int &val, int &curve, double &amin, double &amid, double &amax) |
| virtual void | addParameter (const char *label, FAUSTFLOAT *zone, FAUSTFLOAT init, FAUSTFLOAT min, FAUSTFLOAT max, FAUSTFLOAT step, ItemType type) |
| int | getZoneIndex (std::vector< ZoneControl * > *table, int p, int val) |
| void | setConverter (std::vector< ZoneControl * > *table, int p, int val, int curve, double amin, double amid, double amax) |
| void | getConverter (std::vector< ZoneControl * > *table, int p, int &val, int &curve, double &amin, double &amid, double &amax) |
Protected Attributes | |
| int | fNumParameters |
| std::vector< std::string > | fPaths |
| std::vector< std::string > | fLabels |
| std::map< std::string, int > | fPathMap |
| std::map< std::string, int > | fLabelMap |
| std::vector< ValueConverter * > | fConversion |
| std::vector< FAUSTFLOAT * > | fZone |
| std::vector< FAUSTFLOAT > | fInit |
| std::vector< FAUSTFLOAT > | fMin |
| std::vector< FAUSTFLOAT > | fMax |
| std::vector< FAUSTFLOAT > | fStep |
| std::vector< ItemType > | fItemType |
| std::vector< std::map< std::string, std::string > > | fMetaData |
| std::vector< ZoneControl * > | fAcc [3] |
| std::vector< ZoneControl * > | fGyr [3] |
| bool | fHasScreenControl |
| ZoneReader * | fRedReader |
| ZoneReader * | fGreenReader |
| ZoneReader * | fBlueReader |
| std::string | fCurrentUnit |
| int | fCurrentScale |
| std::string | fCurrentAcc |
| std::string | fCurrentGyr |
| std::string | fCurrentColor |
| std::string | fCurrentTooltip |
| std::map< std::string, std::string > | fCurrentMetadata |
Protected Attributes inherited from PathBuilder | |
| std::vector< std::string > | fControlsLevel |
| enum APIUI::ItemType |
| enum APIUI::ItemType |
| enum APIUI::ItemType |
| enum APIUI::ItemType |
| enum APIUI::ItemType |
| enum APIUI::ItemType |
| enum APIUI::Type |
| enum APIUI::Type |
| enum APIUI::Type |
| enum APIUI::Type |
| enum APIUI::Type |
| enum APIUI::Type |
|
inline |
|
inlinevirtual |
|
inline |
|
inlinevirtual |
|
inline |
|
inlinevirtual |
|
inline |
|
inlinevirtual |
|
inline |
|
inlinevirtual |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements Meta.
|
inlinevirtual |
Implements Meta.
|
inlinevirtual |
Implements Meta.
|
inlinevirtual |
Implements Meta.
|
inlinevirtual |
Implements Meta.
|
inlinevirtual |
Implements Meta.
|
inlinevirtual |
Reimplemented from UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Reimplemented from UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Reimplemented from UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Reimplemented from UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Reimplemented from UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Reimplemented from UIReal< FAUSTFLOAT >.
|
inline |
Used to edit accelerometer curves and mapping. Get curve and related mapping for a given UI parameter.
| p | - the UI parameter index |
| acc | - the acc value to be retrieved (-1 means "no mapping") |
| curve | - the curve value to be retrieved |
| amin | - the amin value to be retrieved |
| amid | - the amid value to be retrieved |
| amax | - the amax value to be retrieved |
|
inline |
Used to edit accelerometer curves and mapping. Get curve and related mapping for a given UI parameter.
| p | - the UI parameter index |
| acc | - the acc value to be retrieved (-1 means "no mapping") |
| curve | - the curve value to be retrieved |
| amin | - the amin value to be retrieved |
| amid | - the amid value to be retrieved |
| amax | - the amax value to be retrieved |
|
inline |
Used to edit accelerometer curves and mapping. Get curve and related mapping for a given UI parameter.
| p | - the UI parameter index |
| acc | - the acc value to be retrieved (-1 means "no mapping") |
| curve | - the curve value to be retrieved |
| amin | - the amin value to be retrieved |
| amid | - the amid value to be retrieved |
| amax | - the amax value to be retrieved |
|
inline |
Used to edit accelerometer curves and mapping. Get curve and related mapping for a given UI parameter.
| p | - the UI parameter index |
| acc | - the acc value to be retrieved (-1 means "no mapping") |
| curve | - the curve value to be retrieved |
| amin | - the amin value to be retrieved |
| amid | - the amid value to be retrieved |
| amax | - the amax value to be retrieved |
|
inline |
Used to edit accelerometer curves and mapping. Get curve and related mapping for a given UI parameter.
| p | - the UI parameter index |
| acc | - the acc value to be retrieved (-1 means "no mapping") |
| curve | - the curve value to be retrieved |
| amin | - the amin value to be retrieved |
| amid | - the amid value to be retrieved |
| amax | - the amax value to be retrieved |
|
inline |
Used to edit accelerometer curves and mapping. Get curve and related mapping for a given UI parameter.
| p | - the UI parameter index |
| acc | - the acc value to be retrieved (-1 means "no mapping") |
| curve | - the curve value to be retrieved |
| amin | - the amin value to be retrieved |
| amid | - the amid value to be retrieved |
| amax | - the amax value to be retrieved |
|
inline |
Get the number of FAUSTFLOAT* zones controlled with the accelerometer
| acc | - 0 for X accelerometer, 1 for Y accelerometer, 2 for Z accelerometer |
|
inline |
Get the number of FAUSTFLOAT* zones controlled with the accelerometer
| acc | - 0 for X accelerometer, 1 for Y accelerometer, 2 for Z accelerometer |
|
inline |
Get the number of FAUSTFLOAT* zones controlled with the accelerometer
| acc | - 0 for X accelerometer, 1 for Y accelerometer, 2 for Z accelerometer |
|
inline |
Get the number of FAUSTFLOAT* zones controlled with the accelerometer
| acc | - 0 for X accelerometer, 1 for Y accelerometer, 2 for Z accelerometer |
|
inline |
Get the number of FAUSTFLOAT* zones controlled with the accelerometer
| acc | - 0 for X accelerometer, 1 for Y accelerometer, 2 for Z accelerometer |
|
inline |
Get the number of FAUSTFLOAT* zones controlled with the accelerometer
| acc | - 0 for X accelerometer, 1 for Y accelerometer, 2 for Z accelerometer |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inline |
Used to edit gyroscope curves and mapping. Get curve and related mapping for a given UI parameter.
| p | - the UI parameter index |
| gyr | - the gyr value to be retrieved (-1 means "no mapping") |
| curve | - the curve value to be retrieved |
| amin | - the amin value to be retrieved |
| amid | - the amid value to be retrieved |
| amax | - the amax value to be retrieved |
|
inline |
Used to edit gyroscope curves and mapping. Get curve and related mapping for a given UI parameter.
| p | - the UI parameter index |
| gyr | - the gyr value to be retrieved (-1 means "no mapping") |
| curve | - the curve value to be retrieved |
| amin | - the amin value to be retrieved |
| amid | - the amid value to be retrieved |
| amax | - the amax value to be retrieved |
|
inline |
Used to edit gyroscope curves and mapping. Get curve and related mapping for a given UI parameter.
| p | - the UI parameter index |
| gyr | - the gyr value to be retrieved (-1 means "no mapping") |
| curve | - the curve value to be retrieved |
| amin | - the amin value to be retrieved |
| amid | - the amid value to be retrieved |
| amax | - the amax value to be retrieved |
|
inline |
Used to edit gyroscope curves and mapping. Get curve and related mapping for a given UI parameter.
| p | - the UI parameter index |
| gyr | - the gyr value to be retrieved (-1 means "no mapping") |
| curve | - the curve value to be retrieved |
| amin | - the amin value to be retrieved |
| amid | - the amid value to be retrieved |
| amax | - the amax value to be retrieved |
|
inline |
Used to edit gyroscope curves and mapping. Get curve and related mapping for a given UI parameter.
| p | - the UI parameter index |
| gyr | - the gyr value to be retrieved (-1 means "no mapping") |
| curve | - the curve value to be retrieved |
| amin | - the amin value to be retrieved |
| amid | - the amid value to be retrieved |
| amax | - the amax value to be retrieved |
|
inline |
Used to edit gyroscope curves and mapping. Get curve and related mapping for a given UI parameter.
| p | - the UI parameter index |
| gyr | - the gyr value to be retrieved (-1 means "no mapping") |
| curve | - the curve value to be retrieved |
| amin | - the amin value to be retrieved |
| amid | - the amid value to be retrieved |
| amax | - the amax value to be retrieved |
|
inline |
Get the number of FAUSTFLOAT* zones controlled with the gyroscope
| gyr | - 0 for X gyroscope, 1 for Y gyroscope, 2 for Z gyroscope |
| the | number of zones |
|
inline |
Get the number of FAUSTFLOAT* zones controlled with the gyroscope
| gyr | - 0 for X gyroscope, 1 for Y gyroscope, 2 for Z gyroscope |
| the | number of zones |
|
inline |
Get the number of FAUSTFLOAT* zones controlled with the gyroscope
| gyr | - 0 for X gyroscope, 1 for Y gyroscope, 2 for Z gyroscope |
| the | number of zones |
|
inline |
Get the number of FAUSTFLOAT* zones controlled with the gyroscope
| gyr | - 0 for X gyroscope, 1 for Y gyroscope, 2 for Z gyroscope |
| the | number of zones |
|
inline |
Get the number of FAUSTFLOAT* zones controlled with the gyroscope
| gyr | - 0 for X gyroscope, 1 for Y gyroscope, 2 for Z gyroscope |
| the | number of zones |
|
inline |
Get the number of FAUSTFLOAT* zones controlled with the gyroscope
| gyr | - 0 for X gyroscope, 1 for Y gyroscope, 2 for Z gyroscope |
| the | number of zones |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Return the Item type (kButton = 0, kCheckButton, kVSlider, kHSlider, kNumEntry, kHBargraph, kVBargraph) for a given parameter
| p | - the UI parameter index |
|
inline |
Return the Item type (kButton = 0, kCheckButton, kVSlider, kHSlider, kNumEntry, kHBargraph, kVBargraph) for a given parameter
| p | - the UI parameter index |
|
inline |
Return the Item type (kButton = 0, kCheckButton, kVSlider, kHSlider, kNumEntry, kHBargraph, kVBargraph) for a given parameter
| p | - the UI parameter index |
|
inline |
Return the Item type (kButton = 0, kCheckButton, kVSlider, kHSlider, kNumEntry, kHBargraph, kVBargraph) for a given parameter
| p | - the UI parameter index |
|
inline |
Return the Item type (kButton = 0, kCheckButton, kVSlider, kHSlider, kNumEntry, kHBargraph, kVBargraph) for a given parameter
| p | - the UI parameter index |
|
inline |
Return the Item type (kButton = 0, kCheckButton, kVSlider, kHSlider, kNumEntry, kHBargraph, kVBargraph) for a given parameter
| p | - the UI parameter index |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Return the control type (kAcc, kGyr, or -1) for a given parameter
| p | - the UI parameter index |
|
inline |
Return the control type (kAcc, kGyr, or -1) for a given parameter
| p | - the UI parameter index |
|
inline |
Return the control type (kAcc, kGyr, or -1) for a given parameter
| p | - the UI parameter index |
|
inline |
Return the control type (kAcc, kGyr, or -1) for a given parameter
| p | - the UI parameter index |
|
inline |
Return the control type (kAcc, kGyr, or -1) for a given parameter
| p | - the UI parameter index |
|
inline |
Return the control type (kAcc, kGyr, or -1) for a given parameter
| p | - the UI parameter index |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inlinevirtual |
Implements UIReal< FAUSTFLOAT >.
|
inline |
Set a new value coming from an accelerometer, propagate it to all relevant FAUSTFLOAT* zones.
| acc | - 0 for X accelerometer, 1 for Y accelerometer, 2 for Z accelerometer |
| value | - the new value |
|
inline |
Set a new value coming from an accelerometer, propagate it to all relevant FAUSTFLOAT* zones.
| acc | - 0 for X accelerometer, 1 for Y accelerometer, 2 for Z accelerometer |
| value | - the new value |
|
inline |
Set a new value coming from an accelerometer, propagate it to all relevant FAUSTFLOAT* zones.
| acc | - 0 for X accelerometer, 1 for Y accelerometer, 2 for Z accelerometer |
| value | - the new value |
|
inline |
Set a new value coming from an accelerometer, propagate it to all relevant FAUSTFLOAT* zones.
| acc | - 0 for X accelerometer, 1 for Y accelerometer, 2 for Z accelerometer |
| value | - the new value |
|
inline |
Set a new value coming from an accelerometer, propagate it to all relevant FAUSTFLOAT* zones.
| acc | - 0 for X accelerometer, 1 for Y accelerometer, 2 for Z accelerometer |
| value | - the new value |
|
inline |
Set a new value coming from an accelerometer, propagate it to all relevant FAUSTFLOAT* zones.
| acc | - 0 for X accelerometer, 1 for Y accelerometer, 2 for Z accelerometer |
| value | - the new value |
|
inline |
Set a new value coming from an gyroscope, propagate it to all relevant FAUSTFLOAT* zones.
| gyr | - 0 for X gyroscope, 1 for Y gyroscope, 2 for Z gyroscope |
| value | - the new value |
|
inline |
Set a new value coming from an gyroscope, propagate it to all relevant FAUSTFLOAT* zones.
| gyr | - 0 for X gyroscope, 1 for Y gyroscope, 2 for Z gyroscope |
| value | - the new value |
|
inline |
Set a new value coming from an gyroscope, propagate it to all relevant FAUSTFLOAT* zones.
| gyr | - 0 for X gyroscope, 1 for Y gyroscope, 2 for Z gyroscope |
| value | - the new value |
|
inline |
Set a new value coming from an gyroscope, propagate it to all relevant FAUSTFLOAT* zones.
| gyr | - 0 for X gyroscope, 1 for Y gyroscope, 2 for Z gyroscope |
| value | - the new value |
|
inline |
Set a new value coming from an gyroscope, propagate it to all relevant FAUSTFLOAT* zones.
| gyr | - 0 for X gyroscope, 1 for Y gyroscope, 2 for Z gyroscope |
| value | - the new value |
|
inline |
Set a new value coming from an gyroscope, propagate it to all relevant FAUSTFLOAT* zones.
| gyr | - 0 for X gyroscope, 1 for Y gyroscope, 2 for Z gyroscope |
| value | - the new value |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Used to edit accelerometer curves and mapping. Set curve and related mapping for a given UI parameter.
| p | - the UI parameter index |
| acc | - 0 for X accelerometer, 1 for Y accelerometer, 2 for Z accelerometer (-1 means "no mapping") |
| curve | - between 0 and 3 |
| amin | - mapping 'min' point |
| amid | - mapping 'middle' point |
| amax | - mapping 'max' point |
|
inline |
Used to edit accelerometer curves and mapping. Set curve and related mapping for a given UI parameter.
| p | - the UI parameter index |
| acc | - 0 for X accelerometer, 1 for Y accelerometer, 2 for Z accelerometer (-1 means "no mapping") |
| curve | - between 0 and 3 |
| amin | - mapping 'min' point |
| amid | - mapping 'middle' point |
| amax | - mapping 'max' point |
|
inline |
Used to edit accelerometer curves and mapping. Set curve and related mapping for a given UI parameter.
| p | - the UI parameter index |
| acc | - 0 for X accelerometer, 1 for Y accelerometer, 2 for Z accelerometer (-1 means "no mapping") |
| curve | - between 0 and 3 |
| amin | - mapping 'min' point |
| amid | - mapping 'middle' point |
| amax | - mapping 'max' point |
|
inline |
Used to edit accelerometer curves and mapping. Set curve and related mapping for a given UI parameter.
| p | - the UI parameter index |
| acc | - 0 for X accelerometer, 1 for Y accelerometer, 2 for Z accelerometer (-1 means "no mapping") |
| curve | - between 0 and 3 |
| amin | - mapping 'min' point |
| amid | - mapping 'middle' point |
| amax | - mapping 'max' point |
|
inline |
Used to edit accelerometer curves and mapping. Set curve and related mapping for a given UI parameter.
| p | - the UI parameter index |
| acc | - 0 for X accelerometer, 1 for Y accelerometer, 2 for Z accelerometer (-1 means "no mapping") |
| curve | - between 0 and 3 |
| amin | - mapping 'min' point |
| amid | - mapping 'middle' point |
| amax | - mapping 'max' point |
|
inline |
Used to edit accelerometer curves and mapping. Set curve and related mapping for a given UI parameter.
| p | - the UI parameter index |
| acc | - 0 for X accelerometer, 1 for Y accelerometer, 2 for Z accelerometer (-1 means "no mapping") |
| curve | - between 0 and 3 |
| amin | - mapping 'min' point |
| amid | - mapping 'middle' point |
| amax | - mapping 'max' point |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inline |
Used to edit gyroscope curves and mapping. Set curve and related mapping for a given UI parameter.
| p | - the UI parameter index |
| acc | - 0 for X gyroscope, 1 for Y gyroscope, 2 for Z gyroscope (-1 means "no mapping") |
| curve | - between 0 and 3 |
| amin | - mapping 'min' point |
| amid | - mapping 'middle' point |
| amax | - mapping 'max' point |
|
inline |
Used to edit gyroscope curves and mapping. Set curve and related mapping for a given UI parameter.
| p | - the UI parameter index |
| acc | - 0 for X gyroscope, 1 for Y gyroscope, 2 for Z gyroscope (-1 means "no mapping") |
| curve | - between 0 and 3 |
| amin | - mapping 'min' point |
| amid | - mapping 'middle' point |
| amax | - mapping 'max' point |
|
inline |
Used to edit gyroscope curves and mapping. Set curve and related mapping for a given UI parameter.
| p | - the UI parameter index |
| acc | - 0 for X gyroscope, 1 for Y gyroscope, 2 for Z gyroscope (-1 means "no mapping") |
| curve | - between 0 and 3 |
| amin | - mapping 'min' point |
| amid | - mapping 'middle' point |
| amax | - mapping 'max' point |
|
inline |
Used to edit gyroscope curves and mapping. Set curve and related mapping for a given UI parameter.
| p | - the UI parameter index |
| acc | - 0 for X gyroscope, 1 for Y gyroscope, 2 for Z gyroscope (-1 means "no mapping") |
| curve | - between 0 and 3 |
| amin | - mapping 'min' point |
| amid | - mapping 'middle' point |
| amax | - mapping 'max' point |
|
inline |
Used to edit gyroscope curves and mapping. Set curve and related mapping for a given UI parameter.
| p | - the UI parameter index |
| acc | - 0 for X gyroscope, 1 for Y gyroscope, 2 for Z gyroscope (-1 means "no mapping") |
| curve | - between 0 and 3 |
| amin | - mapping 'min' point |
| amid | - mapping 'middle' point |
| amax | - mapping 'max' point |
|
inline |
Used to edit gyroscope curves and mapping. Set curve and related mapping for a given UI parameter.
| p | - the UI parameter index |
| acc | - 0 for X gyroscope, 1 for Y gyroscope, 2 for Z gyroscope (-1 means "no mapping") |
| curve | - between 0 and 3 |
| amin | - mapping 'min' point |
| amid | - mapping 'middle' point |
| amax | - mapping 'max' point |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |