mixxx icon indicating copy to clipboard operation
mixxx copied to clipboard

Mixxx is Free DJ software that gives you everything you need to perform live mixes.

Results 454 mixxx issues
Sort by recently updated
recently updated
newest added

This is the first PR with non conflicting changes after my original attempt, waiting here: https://github.com/daschuer/mixxx/tree/controlproxylt2 This replaces some ControlProxies with PollingControlProxies and avoids heap allocation

ui
code quality

before, "Use the same EQ for all decks" was reset to `true`, overriding the config value. Noticed here https://mixxx.discourse.group/t/mixx-strongly-began-to-heavily-load-the-system-linux/24068/29

ui
minor bug
needs review
preferences

one more step for resolving https://bugs.launchpad.net/mixxx/+bug/1516035 based on #4859 File name pattern is `soundconfig_profileName.xml`. `profileName` must consist of alphanumerics & _ **ToDo:** - [x] select sound profile from command line...

ui

Hey everyone! I want to add cover art fetcher [[on this PR]](https://github.com/mixxxdj/mixxx/pull/4851), but for to do that I need to have another cover art label's without/different menu and DlgCoverArtFullSize. I...

library
ui
needs review

https://bugs.launchpad.net/mixxx/+bug/1983764 https://bugs.launchpad.net/mixxx/+bug/1983789 likely a regression from effects refactoring **Verify lp:1983764 is fixed:** * load 'Graphic EQ' * click 'Reset Parameter' (don't touch sliders) * 'frequency image' and output level should...

effects
ui
needs review
preferences
regression

This is a rebase of https://github.com/mixxxdj/mixxx/pull/2058 This replaces the Mixxx AutoDj "Add Random" function with more usable "Add Related" function. It uses https://www.last.fm/api/show/artist.getSimilar to do this task. Nearly all function...

library
build

This replaces the Mixxx AutoDj "Add Random" function with more usable "Add Related" function. It uses https://www.last.fm/api/show/artist.getSimilar to do this task. Nearly all function code is borrowed from https://sayonara-player.com/ its...

autodj
stale

I couldn't resist to try to get rid of the party stopping runtime checks of gsl::not_null. This is the case when the compiler sees null checks in our own code....

needs review

Solves the delay issue for the effects chain. The solution is useful for the dry/wet or dry+wet mode. If the effects chain has a specific delay based on the effects...

build
code quality