Fredemus
Fredemus
It would be cool to be able to do something like ```css :root { --main-bg-color: brown; } .bode { color: var(--main-plot-color); } .waveform { color: var(--main-plot-color); } ``` Would make...
Hello, I've talked about this issue on the discord before but I thought I'd raise a proper issue with my findings. For some reason, when the Windows scaling isn't 100%...
Basically works the same as `Submenu`, but meant to not show anything else than just the views in the `content` closure and only opening on right click. I was considering...
When setting `font-stretch: semi-condensed;` for labels in my stylesheet it didn't change the font to the semi-condensed one that I have loaded for the family
To reproduce run the `knob` example like this: `cargo run --example knob --no-default-features --features baseview` Click the knob and release it outside the window. Now the knobs locks up and...
Maybe a bug: setting `overflow: hidden` on an ``Hstack` with `border-radius: >0px` doesn't stop the stuff beyond the border radius from rendering In the pic you can see the red...
Tested by creating a processor playing an audio file on the ADAT out output and one recording it back from my ADAT in on my interface, seemed to work perfectly
[You can see what I mean in this picture](https://imgur.com/fvryPHz) For some reason it gets fixed when I resize the window.