Swiftb0y
Swiftb0y
### Motivation: the following code is getting too overcomplicated and inflexible: ```cpp ControlDoublePrivate(const ConfigKey& key, ControlObject* pCreatorCO, bool bIgnoreNops, bool bTrack, bool bPersist, double defaultValue) ``` This PR tries to...
This is the mapping documentation for https://github.com/mixxxdj/mixxx/pull/11075. Please review as I don't know how much longer I can work on the mapping because my controller is starting to fall apart.
what was initially just supposed to be a cleanup/refactor, mutated into a full blown optimization. This is primarily intended as a cleanup though, and I only implemented the benchmark to...
This is https://github.com/daschuer/mixxx/pull/97 rebased on main with the primary goal of making the logic easier to understand.