iced_audio
iced_audio copied to clipboard
An extension to the Iced GUI library with useful widgets for audio applications
just a request https://docs.rs/iced_pure/0.2.2/iced_pure/
An `AudioViewer` widget would be pretty helpful for audio software. It should: - Render a temporal waveform (a frequency one would be great but first we need to compute a...
This is a proposal for a migration to iced's "pure" widget design. See https://docs.rs/iced/latest/iced/pure/index.html. It targets iced current main branch. The second commit suggests slight improvements, which are independent of...
I'll start upgrading to iced 0.10 if nobody is already working on it yet. cc @greatest-ape
In the stacktrace, at raster.rs 149:23, index length expects 4 but recieves 6 `$ cargo run Compiling simple v0.1.0 (/Users/[USER]/DEV/iced_audio/examples/simple) Finished dev [unoptimized + debuginfo] target(s) in 1.82s Running `/Users/[USER]/DEV/iced_audio/target/debug/simple`...
My attempt to upgrade iced version to 0.13. Widgets are working. I'm almost there. Few things are missing. ## What is missing? - [ ] text/tick marks cache - [...