![]() |
fsh::stk
fantastic spatial holophonic synthesis toolkit
|
Custom knob component that displays a label and a value. More...
#include <Knob.h>
Classes | |
struct | Params |
Parameters for the Knob component. More... | |
Public Types | |
enum class | Behavior { Bounded , Endless } |
Defines the behavior of the knob when the user drags it beyond its range. More... | |
Public Member Functions | |
Knob (const Params &) | |
Constructor. | |
void | attach (plugin::StateManager &, juce::ParameterID) |
Attach this knob to a parameter. | |
Custom knob component that displays a label and a value.
The knob can be attached to a parameter of a PluginStateBase object.
|
strong |