Avery King
Avery King
@akleja If you'd like to help draft a new toolbar layout, you can start work on this PR bringing over your ideas from Tenacity or even bringing new ideas to...
> Another thing that was less than ideal is that I was querying the device handler on opening the menu to make sure to get an updated list of audio...
> I didn't realize the device manager sent an event, that's really handy, thanks! > > Maybe I didn't explain the first part that good. But it basically means I...
Note to self: **stop adding new libraries and/or source files**! It drags this PR even further than it has to (at least in my opinion). *edit: new libraries and/or source...
# Checklist ## Building - [ ] **Windows building with Ninja and sccache** (for CI) - Currently fails on repeated symbols. - MSVC and Ninja without sccache work fine. -...
> Conan version 1.53.0 > Python 3.10.7 > -- Conan: Adding audacity remote repository (https://artifactory.audacityteam.org/artifactory/api/conan/conan-local) verify ssl (True) Looks like this is with the old build Conan-enabled system. Have you...
Ah, yet another thing I have adapted from Tenacity's build system: replacing `RULE_LAUNCH_COMPILE` with `CMAKE_{C, CXX}_COMPILER_LAUNCHER` in CMake. According to the CMake documentation and [this CMake issue](https://gitlab.kitware.com/cmake/cmake/-/issues/22405) by Be-ing, this...
Depending on how you see this issue, it sounds like a bug, enhancement, or even both. I find it an enhancement but also a bug too. With that being said,...
> Thank you! > > I'm curious about the issue, so I looked into it, it appears that the the portaudio incorrectly does the jack connections, the issue isn't in...
> I feel like there are 2 main ways to fix it, either fixing portaudio, in saucedacity's fork or upstream, or directly using the jack api from saucedacity. Actually, using...