Avery King
Avery King
Hello! I've been recently thinking about this pull request as I'm looking for stuff to merge into Saucedacity's codebase, based on the discussion in [#733](https://github.com/tenacityteam/tenacity/discussions/733). I have found interest in...
So, after a little more research, my final POC: for wxWidgets 3.1.3 or later, we use wxSystemAppearance to tell if the system's appearance is dark or not (`wxSystemAppearance::IsDark()`). For wxWidgets...
Okay. Here is the POC below. I have created two POCs, the first with Tenacity and the second with Saucedacity (as I initially wrote the code using Saucedacity's code base)....
> Looks like `IsDark` is only properly implemented on wxMSW and elsewhere it falls back to guessing based on background color. Ideally for GTK, it would check the light/dark preference...
> Meanwhile wxWidgets-3.2 finally came out, so it might be OKish to depend on it. Might be a blocker for older distro versions, but they wouldn't package a new application...
So a new proposal based upon some talks with @leio: * On Linux, we can use DBus to get a preference (`org.freedesktop.appearance`) in place of using `wxSystemAppearance::IsDark()` since this appears...
> I don't think you should worry at all about 3.0 for non-wxGTK, because on Mac and Windows we would be building and distributing a final binary ourselves, and that...
Hello! It sounds like this is a possible bug in Audacium. Unfortunately, this is where the end of the line is. Just to make things clear, **I am not the...
Huh...some investigation needs to be going on. This could be a common issue that needs to be resolved across both projects, possibly. I'll try to see what I might be...
64 bit versions of Audacium and Tenacity should only support 64 bit plugins on Windows. The same can be said with 32-bit versions; they only support 32-bit plugins. The same...