Skip to content

Releases: iced-rs/iced_audio

Update to use iced 0.2

27 Nov 20:08
Compare
Choose a tag to compare
  • Updated to use iced version 0.2
  • The main branch is now the default branch, with iced_git being secondary.

Version 0.4.0

29 Jul 15:24
Compare
Choose a tag to compare

What's new:

  • added TextMarkGroup to display text mark labels on the HSlider, VSlider, Knob, DBMeter, PhaseMeter, and ReductionMeter widgets
  • renamed DBRange to LogDBRange
  • fixed inverted y output on the XYPad widget

Version 0.3.0

20 Jun 22:26
Compare
Choose a tag to compare
  • Lots of renaming, refactoring, and optimizations.

Version 0.2.6

15 Jun 18:36
Compare
Choose a tag to compare
  • Added ReductionMeter widget.
  • Added PhaseMeter widget.

Version 0.2.4

13 Jun 14:38
Compare
Choose a tag to compare
  • added ModulationRangeInput widget
  • added modulation range feedback styles to the HSlider, VSlider, and Knob widget
  • added value ring style to the Knob widget

Version 0.2.2

10 Jun 21:21
Compare
Choose a tag to compare
  • Added an arc style to the Knob widget.
  • Reduced the scope of the roadmap.

Version 0.2.0

09 Jun 21:39
Compare
Choose a tag to compare
  • added DBMeter widget
  • changed how parameters work

Param is now a struct instead of a trait. Mapping Normals 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

31 May 19:12
Compare
Choose a tag to compare

Added the VectorLine style to Knob and Line style to knob::TickMarkStyle.

First minor release

26 May 21:40
Compare
Choose a tag to compare

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.