Releases: iced-rs/iced_audio
Releases · iced-rs/iced_audio
Update to use iced 0.2
Version 0.4.0
What's new:
- added TextMarkGroup to display text mark labels on the HSlider, VSlider, Knob, DBMeter, PhaseMeter, and ReductionMeter widgets
- renamed
DBRange
toLogDBRange
- fixed inverted y output on the XYPad widget
Version 0.3.0
- Lots of renaming, refactoring, and optimizations.
Version 0.2.6
- Added
ReductionMeter
widget. - Added
PhaseMeter
widget.
Version 0.2.4
- added
ModulationRangeInput
widget - added modulation range feedback styles to the
HSlider
,VSlider
, andKnob
widget - added value ring style to the
Knob
widget
Version 0.2.2
- Added an arc style to the Knob widget.
- Reduced the scope of the roadmap.
Version 0.2.0
- added
DBMeter
widget - changed how parameters work
Param
is now a struct instead of a trait. Mapping Normal
s to values are now handled by the range types FloatRange
, IntRange
, DBRange
, and FreqRange
.
Note that DBMeter
has no animation or DSP, so the user must implement that themselves.
Release 0.1.1
Added the VectorLine
style to Knob
and Line
style to knob::TickMarkStyle
.
First minor release
Current Widgets
- HSlider
- VSlider
- Knob
- XYPad
Due to current limitations of iced 0.1.1
, only a simple flat circle style is implemented for the knob for the time being. There is also a known bug where input will stop when the mouse leaves the window under some conditions.