Be
Be
Okay, then let's come up with a better name that actually communicates what it does. I don't think we need to follow the naming convention of an obscure turntable from...
I like `rate_coarse`. It doesn't quite communicate what it does, but it does communicate what it is for, which I think is more important in the case of this unusual...
Could we run a CI job without optimization?
Any new automated checks should be reliable. If they are not reliable they are worse than useless; they are misleading and will end up getting ignored.
I haven't looked at the code yet, but I just tested and my first impression is pretty good. The UI could use work though. The new QComboBox for selecting the...
> Do we have end silence detection? Yes, but simply counting beats from the beginning or end of the track does not take that into account. > use beats as...
If you want to use the intro and outro cues for AutoDJ, then use one of the intro/outro modes. I don't think this should have anything to do with those.
The GUI is better now. :+1:
 The "beats/sec" label to the right of the spinbox is redundant. I think it would be better to move the unit selection combobox to the right of the spinbox...
The build is now failing with unused parameter warnings. ``` [ 39%] Building CXX object CMakeFiles/mixxx-lib.dir/src/library/autodj/dlgautodj.cpp.o /home/runner/work/mixxx/mixxx/src/library/autodj/autodjprocessor.cpp: In member function ‘double AutoDJProcessor::getFadeTimeArg(DeckAttributes*, DeckAttributes*, double, double, double)’: Error: /home/runner/work/mixxx/mixxx/src/library/autodj/autodjprocessor.cpp:1685:16: error: unused...