#include <vae_faust_common.hpp>
|
void | addHorizontalSlider (const char *name, Sample *prop, Sample pDefault, Sample min, Sample max, Sample stepSize) const |
| The only important function to control the dsp code. More...
|
|
void | openVerticalBox (const char *key) |
|
void | openHorizontalBox (const char *key) |
|
void | closeBox () |
|
void | declare (Sample *, const char *, const char *) |
|
void | addVerticalSlider (const char *name, Sample *prop, Sample pDefault, Sample min, Sample max, Sample stepSize) const |
|
void | addCheckButton (const char *name, Sample *prop) const |
|
void | addVerticalBargraph (const char *name, Sample *prop, Sample min, Sample max) const |
|
void | addHorizontalBargraph (const char *name, Sample *prop, Sample min, Sample max) const |
|
Definition at line 11 of file vae_faust_common.hpp.
◆ addCheckButton()
void vae::core::effect::UI::addCheckButton |
( |
const char * |
name, |
|
|
Sample * |
prop |
|
) |
| const |
|
inline |
Definition at line 41 of file vae_faust_common.hpp.
void addHorizontalSlider(const char *name, Sample *prop, Sample pDefault, Sample min, Sample max, Sample stepSize) const
The only important function to control the dsp code.
◆ addHorizontalBargraph()
void vae::core::effect::UI::addHorizontalBargraph |
( |
const char * |
name, |
|
|
Sample * |
prop, |
|
|
Sample |
min, |
|
|
Sample |
max |
|
) |
| const |
|
inline |
Definition at line 43 of file vae_faust_common.hpp.
T min(const T &v1, const T &v2)
T max(const T &v1, const T &v2)
void addVerticalBargraph(const char *name, Sample *prop, Sample min, Sample max) const
◆ addHorizontalSlider()
The only important function to control the dsp code.
- Parameters
-
name | Name of the parameter |
prop | Pointer to the parameter |
pDefault | Default value |
min | minimum valid valud |
max | maximum valid value |
stepSize | Increments value should be altered |
Definition at line 23 of file vae_faust_common.hpp.
Parameter parameters[StaticConfig::MaxEffectsParameter]
Parameters.
◆ addVerticalBargraph()
void vae::core::effect::UI::addVerticalBargraph |
( |
const char * |
name, |
|
|
Sample * |
prop, |
|
|
Sample |
min, |
|
|
Sample |
max |
|
) |
| const |
|
inline |
◆ addVerticalSlider()
◆ closeBox()
void vae::core::effect::UI::closeBox |
( |
| ) |
|
|
inline |
◆ declare()
void vae::core::effect::UI::declare |
( |
Sample * |
, |
|
|
const char * |
, |
|
|
const char * |
|
|
) |
| |
|
inline |
◆ openHorizontalBox()
void vae::core::effect::UI::openHorizontalBox |
( |
const char * |
key | ) |
|
|
inline |
◆ openVerticalBox()
void vae::core::effect::UI::openVerticalBox |
( |
const char * |
key | ) |
|
|
inline |
◆ effect
Effect& vae::core::effect::UI::effect |
The documentation for this struct was generated from the following file: