edwloef
edwloef
### Is your issue REALLY a bug? - [x] My issue is indeed a bug! - [x] I am not crazy! I will not fill out this form just to...
### EasyEffects Version 8.0.3 ### What package are you using? Arch (easyeffects) ### Distribution Arch Linux ### Describe the bug Pretty much every icon+text button of this style has wonky...
### EasyEffects Version 8.0.0 ### What package are you using? Arch (easyeffects) ### Distribution Arch Linux ### Describe the bug Regardless of color scheme or theme, the spectrum analyzer seems...
### EasyEffects Version 8.0.0 ### What package are you using? Arch (easyeffects) ### Distribution Arch Linux ### Describe the bug While switching tabs, the layout seems to jump around for...
### Summary When consuming the `RwLockWriteGuard` via `downgrade`, the lint still suggests consuming the lock earlier, and then points at the end of the scope as the drop point and...
### Icon name metronome ### Use cases - represent adjusting or setting tempo in a digital audio workstation, or toggling a metronome as a "click track" for recording - represent...
In [latency.h](https://github.com/free-audio/clap/blob/main/include/clap/ext/latency.h) it says that a currently activated plugin that wishes to change its latency needs to request the host to restart the plugin. However, to me it's not entirely...
In [tail.h](https://github.com/free-audio/clap/blob/main/include/clap/ext/tail.h), the `get` function is marked as `[main-thread,audio-thread]`. This marking isn't used anywhere else, is it meant to convey thread-safety, or does it mean that the function can be...