ronso0
ronso0
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
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...
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...
first step to resolve https://bugs.launchpad.net/mixxx/+bug/1516035 This allows loading a custom sound config via `--sound-config config_file.xml`. For now this is restricted to files inside the settings dir. If the argument not...
This PR is supposed to bring the attention to this saved loops UX topic. It was touched in @Holzhaus's orginal PR https://github.com/mixxxdj/mixxx/pull/2194#issuecomment-520975024, and **nPrevail** filed #10688 new Decks preferences option:...
this is a rough first draft, not optimized, unpolished and possibly wrong in some places. but for now this serves the purpose of illustrting the sqlite `datetime()` issue I noticed....
as proposed in https://mixxx.zulipchat.com/#narrow/stream/109171-development/topic/keyboard.20shortcuts **1** pressing `Enter` in the tracks table triggers the configured double-click action. (currently used to stop the preview deck) **2** move & extend preview deck shortcuts...
https://mixxx.zulipchat.com/#narrow/stream/247619-UI-.26-UX-design/topic/Configurable.20Track.20Menu
- [x] Waveforms: show 'Passthrough' label - [x] Overview: get 'Passthrough' label color from skin node - [x] Overview: prohibit mouse interaction - [x] prohibit cue changes (CUE, hotcues, intro,...
follow-up for #4756 "unlock, reset to linear pitch" changes `pitchTweakRatio` though doesn't apply it as `pitch_adjust`, thus the pitch would jump when touching the `pitch_adjust` knob. Also, I don't remember...