diff --git a/nih_plug_vizia/src/widgets/param_slider.rs b/nih_plug_vizia/src/widgets/param_slider.rs index 1672dd53..613c419b 100644 --- a/nih_plug_vizia/src/widgets/param_slider.rs +++ b/nih_plug_vizia/src/widgets/param_slider.rs @@ -47,6 +47,7 @@ pub enum ParamSliderStyle { /// Show the current step instead of filling a portion fothe bar, useful for discrete /// parameters. CurrentStep, + // TODO: A CurrentStepWithLabel that overlays the label over the step } enum ParamSliderEvent {