A GUI component for editing and visualizing a user-defined line shape (curve or envelope).
Definition line_editor.h:27
A class for generating and storing a line shape, defined by a series of points and associated powers.
Definition line_generator.h:20
A specialized LineEditor that visualizes and optionally animates a line-to-value mapping.
Definition line_map_editor.h:20
virtual void render(OpenGlWrapper &open_gl, bool animate) override
Renders the line map with optional animation.
Definition line_map_editor.cpp:32
void setAnimate(bool animate)
Enables or disables animation in the line map editor.
Definition line_map_editor.h:56
static constexpr float kTailDecay
Decay factor for reducing line boost effects over time (for animation smoothing).
Definition line_map_editor.h:23
virtual ~LineMapEditor()
Destructor.
Definition line_map_editor.cpp:21
LineMapEditor(LineGenerator *line_source, String name)
Constructs the LineMapEditor.
Definition line_map_editor.cpp:8
void parentHierarchyChanged() override
Called when the component’s parent hierarchy changes.
Definition line_map_editor.cpp:23
A helper class to track the "status" of a particular Output as a poly_float value.
Definition synth_module.h:35
A helper struct containing references to OpenGL context, shaders, and display scale.
Definition shaders.h:174
Represents a vector of floating-point values using SIMD instructions.
Definition poly_values.h:600
Defines the SynthModule class which extends ProcessorRouter to form a building block of the Vital syn...