summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-03-14Merge pull request #3694 from daschuer/beatMapAssertUwe Klotz
2021-03-14Merge pull request #3700 from uklotzde/track-beats-bpmDaniel Schürmann
2021-03-14Introduce kMinNumberOfBeatsDaniel Schürmann
2021-03-14Welcome Niko to the core teamUwe Klotz
2021-03-13Merge pull request #3696 from daschuer/vectorizeUwe Klotz
2021-03-13fix typo.Daniel Schürmann
2021-03-13Inline getBeatsPointerBpm() when importing metadataUwe Klotz
2021-03-13Fix typoUwe Klotz
2021-03-13Prevent inconsistent bpm values after reimporting file tagsUwe Klotz
2021-03-13Extract basic, reusable WhileLocked() functionsUwe Klotz
2021-03-13Fix wrong return value if unchangedUwe Klotz
2021-03-13Do not relock Track objectUwe Klotz
2021-03-13Fix return type of Track::trySetBpm()Uwe Klotz
2021-03-13Merge pull request #3701 from Holzhaus/devtools-co-leakDaniel Schürmann
2021-03-13Merge pull request #3693 from Holzhaus/tempo-range-displayronso0
2021-03-13improve comment about int i issueDaniel Schürmann
2021-03-13DlgPrefInterface: Fix missing preview image for skins without schemesJan Holthuis
2021-03-13MixxxMainWindow: Fix CO leak when closing Mixxx while devtools are openJan Holthuis
2021-03-12Remove not working clamp functions for 16 bit samplesDaniel Schürmann
2021-03-12Add required clamping to SampleUtil::convertFloat32ToS16 to avoid a wrap aroundDaniel Schürmann
2021-03-12Split up SampleUtil::mixStereoToMono to allow vectorization in bothDaniel Schürmann
2021-03-12Fix bufferoverflow in SampleUtil::applyRampingAlternatingGainDaniel Schürmann
2021-03-12Fix vectorization is linearCrossfadeBuffersOut/InDaniel Schürmann
2021-03-12WRateRange: Remove % signal to make room for a second digitJan Holthuis
2021-03-11make use of mixxx::Bpm::kValueUndefinedDaniel Schürmann
2021-03-11A BeatMap with a single beat is still invalid. This fixes a debug assertion.Daniel Schürmann
2021-03-11widget: Add WRateRange widget for displaying the current rate slider rangeKatsarov
2021-03-11Fix icon quality in about-dialog by using QSvgWidgetRaphael Graf
2021-03-11Merge pull request #3688 from Holzhaus/serato-beatgrid-export-fixesUwe Klotz
2021-03-11Merge remote-tracking branch 'upstream/2.3' into no_grid_from_bpmDaniel Schürmann
2021-03-11Add wapper trySetAndLockBeats() to stream line the track APIDaniel Schürmann
2021-03-11Don't set an offset or bpm lock when creating a track with a bpm value only. ...Daniel Schürmann
2021-03-11SeratoBeatGrid: Make comment regarding track duration more explicitJan Holthuis
2021-03-11test: Test both const and non-const BeatMap serialization to SeratoJan Holthuis
2021-03-10test: Add non-const beatmap serialization test for SeratoBeatGridJan Holthuis
2021-03-10test: Add const beatgrid serialization test for SeratoBeatGridJan Holthuis
2021-03-10SeratoBeatGrid: Print warning if no beatgrid is exportedJan Holthuis
2021-03-10SeratoBeatGrid: Fix wrong non-terminal marker for const beatgridsJan Holthuis
2021-03-10SeratoBeatGrid: Use epsilon value for comparing frame position deltasJan Holthuis
2021-03-10SeratoBeatGrid: Use more accurate frames2secsFractional functionJan Holthuis
2021-03-10SeratoBeatGrid: Fix handling of subsample positionsJan Holthuis
2021-03-09Merge pull request #3683 from daschuer/editBpm2Uwe Klotz
2021-03-09Use mixxx::audio::SampleRate when dealing with beats (#3671)Daniel Schürmann
2021-03-09consider bpm lock for the dirty bit inside tryImportPendingBeatsMarkDirtyAndU...Daniel Schürmann
2021-03-09remove Beats::clone()Daniel Schürmann
2021-03-08Merge pull request #3680 from uklotzde/soundsourcemediafoundationBe
2021-03-09Merge pull request #3677 from daschuer/editBpmUwe Klotz
2021-03-09SoundSourceMediaFoundation: Disable debug assertionUwe Klotz
2021-03-08library: Move color column to the leftUwe Klotz
2021-03-08Merge pull request #3674 from ronso0/btn-settings-folderBe