i am so in awe of everybody who keeps maintaining the FLOSS code I rely on every day. Sometimes I just read their changelogs and marvel
@cadence @mala tooting my own horn a bit: https://mixxx.org/news/2021-02-23-build-infrastructure-updates/
@abloo @cadence @mala Then you'll love this branch https://github.com/mixxxdj/mixxx/pull/2618
@abloo @cadence @mala Yeah, Mixxx's design is a big, monolithic application generally meant to be used in full screen mode. It's not the best tool if you just want to use one feature of it and I actively encourage people to use other tools instead if they're more appropriate for what they want to do.
@abloo @cadence @mala We're starting to break up Mixxx's tightly coupled architecture into smaller pieces. We are working on a complete rewrite of the music library database system as a standalone Rust application communicating over an HTTP API. We also recently did preliminary refactoring of the startup process to decouple it from QWidgets to pave the road for switching to QML. https://github.com/mixxxdj/mixxx/pull/2282