Bela
Real-time, ultra-low-latency audio and sensor processing system for BeagleBone Black
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Public Member Functions | Static Public Member Functions | List of all members
GuiController Class Reference

Public Member Functions

 GuiController (Gui *gui, std::string name)
 
int setup (Gui *gui, std::string name)
 
int setup ()
 
void cleanup ()
 
int addSlider (std::string name, float value=0.5f, float min=0.0f, float max=1.0, float step=0.001f)
 
float getSliderValue (int sliderIndex)
 
int setSliderValue (int sliderIndex, float value)
 
GuiSlidergetSlider (int sliderIndex)
 
std::string getName ()
 
int getNumSliders ()
 

Static Public Member Functions

static bool controlCallback (JSONObject &root, void *param)
 

Detailed Description

Examples:
Gui/sliders/render.cpp.

The documentation for this class was generated from the following files: