-
HSlider
- horizontal slider with optional tick marks -
VSlider
- vertical slider with optional tick marks -
Knob
- a rotating knob with optional tick marks. Texture style may have optional highlight and shadow layers. -
XYPad
- a draggable point in a 2D square used to control 2 parameters at once -
Ramp
- a line that curves up and down while being dragged. It is used to represent the easing of a parameter between two points in time. -
ModRangeInput
- A dot used to control the range of modulation for a parameter. Styles for visual feedback of the modulation range exist for theHSlider
,VSlider
, andKnob
widgets.
-
BarMeter
- a generic animated bar meter that can be used to meter a value. -
Oscilloscope
- displays oscillations of an audio signal in a given time window -
SpectrumAnalyzer
- displays the amplitude of a range of frequencies from 20hz to 20000hz. -
EnvelopeEditor
- adjustable points connected by lines that represent automation / envelopes / lfo`s. Lines can be straight or curved. Extra points can be added or removed. -
ADSREnvelope
- adjustable points connected by lines that represent an ADSR envelope. Can also have optional delay and hold points. The curve of each line may also optionally be controlled by dragging up and down on that line. This widget may be unnecessary though depending on howEnvelopeEditor
is implemented.
-
HRangeSlider
- a horizontal slider with two or more handles for controlling the modulation range of a parameter. -
Keys
- piano keys that can be clicked with a mouse to play a synthesizer. Velocity is controlled by how low on the key the mouse was clicked at. It can be horizontal or vertical. -
ModWheel
- like VSlider, but the Texture style is that of a mod wheel with optional highlight and shadow layers. Will also have a PitchWheel mode where it will automatically snap to the middle position when the mouse button is released. -
ParEqEditor
- a row of points connected by lines used to control parametric equalizers. These points can also be controlled with the scroll wheel to adjust the Q value. -
WaveformView
- displays the peak amplitude of a signal over time. It can optionally be zoomed in and out of (like Audacity). -
Goniometer
- displays a polar graph representing the stereo phase of an audio signal -
WavetableView
- same as oscilloscope but specifically for rendering single waveforms instead of an audio signal - Extra styles for
HSlider
,Vslider
,Knob
,EnvelopeEditor
, andADSREnvelope
that expose an animatable moving dot that displays the modulation that is happening in real time.