Mention vizia ParamSlider set_style() method
This commit is contained in:
parent
933a54053c
commit
d83f55728a
|
@ -4,5 +4,5 @@ This provides an adapter to create [egui](https://github.com/emilk/egui) based
|
||||||
GUIs with NIH-plug through
|
GUIs with NIH-plug through
|
||||||
[egui-baseview](https://github.com/BillyDM/egui-baseview).
|
[egui-baseview](https://github.com/BillyDM/egui-baseview).
|
||||||
|
|
||||||
Consider using [`nih_plug_iced`](../nih_plug_iced) instead or
|
Consider using [`nih_plug_iced`](../nih_plug_iced) or
|
||||||
[`nih_plug_vizia`](../nih_plug_vizia).
|
[`nih_plug_vizia`](../nih_plug_vizia) instead.
|
||||||
|
|
|
@ -11,7 +11,8 @@ use super::RawParamEvent;
|
||||||
/// noramlized parameter.
|
/// noramlized parameter.
|
||||||
const GRANULAR_DRAG_MULTIPLIER: f32 = 0.1;
|
const GRANULAR_DRAG_MULTIPLIER: f32 = 0.1;
|
||||||
|
|
||||||
/// A slider that integrates with NIH-plug's [`Param`] types.
|
/// A slider that integrates with NIH-plug's [`Param`] types. Use the
|
||||||
|
/// [`set_style()`][Self::set_style()] method to change how the value gets displayed.
|
||||||
///
|
///
|
||||||
/// TODO: Handle scrolling for steps (and shift+scroll for smaller steps?)
|
/// TODO: Handle scrolling for steps (and shift+scroll for smaller steps?)
|
||||||
/// TODO: We may want to add a couple dedicated event handlers if it seems like those would be
|
/// TODO: We may want to add a couple dedicated event handlers if it seems like those would be
|
||||||
|
|
Loading…
Reference in a new issue