Swiftb0y
Swiftb0y
Fixes #13252 Untested as I don't have the controller. CC @Holzhaus @spotlesscoder
### Feature Description Most controllers only have a single knob for switching between a constant-power and a "scratch" curve. The current split approach (one scratch mode and a separate constant...
As per https://github.com/Deep-Symmetry/crate-digger/issues/32 https://github.com/Holzhaus/rekordcrate/blob/01ebd87da36e19488d17f1fc0248b6e6802978ea/src/pdb/mod.rs#L324-L350 Needs fixing
I'm using howdy from copr from @luyatshimbalanga and I was able to get it running with some minor patches but I've now discovered that fedora is simply missing pam_python.so I...
As suggested (by me) in https://github.com/mixxxdj/mixxx/pull/13594#issuecomment-2308818785 as an alternative to that PR. Note that in case we manage to make `ColorPalette` constexpr friendly, we can trivially migrate `get` to be...
MacOS 14 is also already available. Updating from 12 to 13 should give us a nice boost in C++20 compatibility on MacOS.
`AutoFileReload` is useful for almost all occasions where hot- reloading is needed. Thus it belongs into a separate class for easier reuse. Plus I added an extra RuntimeLoggingCategory so we...
As suggested in https://github.com/mixxxdj/mixxx/pull/13572#issuecomment-2295308117 This PR explores using a struct along with designated initialization for a form of named parameters. This PR is based on #13581. One thing I already...