|
Bela
Real-time, ultra-low-latency audio and sensor processing system for BeagleBone Black
|
Public Member Functions | |
| GuiSlider (std::string name, float val=0.5, float min=0.0, float max=0.1, float step=0.001) | |
| int | setup (std::string name, float val, float min, float max, float step) |
| void | cleanup () |
| float | getValue () |
| float | getStep () |
| std::string & | getName () |
| std::wstring & | getNameW () |
| float | getMin () |
| float | getMax () |
| float | getIndex () |
| bool | hasChanged () |
| int | setValue (float val) |
| int | setStep (float step) |
| int | setRange (float min, float max) |
| int | setIndex (int index) |
| JSONObject | getParametersAsJSON () const |