summaryrefslogtreecommitdiffstats
path: root/src/track/beatgrid.cpp
AgeCommit message (Expand)Author
2020-12-15Add missing override keywordsJan Holthuis
2020-11-28Fix various MSVC conversion data loss warningsJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-10-16Merge pull request #3128 from Holzhaus/float-warnings-pt-7Daniel Schürmann
2020-09-28Externalize forward declarations for Track objectUwe Klotz
2020-09-26track: Add protobuf typecasts in beatmap/beatgridJan Holthuis
2020-05-04Move Beats et al. to mixxx namespaceJavier Vilarroig
2020-01-20Merge remote-tracking branch 'upstream/master' into lp1777667Daniel Schürmann
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2019-11-20Merge remote-tracking branch 'upstream/master' into lp1777667Daniel Schürmann
2019-07-10Merge remote-tracking branch 'upstream/master' into lp1777667Daniel Schürmann
2019-06-27Force findNthBeat to return mutliples of beatlength and adapt tests accordinglySimon Harst
2019-02-19Fix Beats class hierarchyUwe Klotz
2018-12-17Merge remote-tracking branch 'upstream/master' into lp1777667Daniel Schürmann
2018-06-19Use override keyword and removed unused functionDaniel Schürmann
2018-03-10qDebug comments correctedNTMusic
2017-01-03Add BPM conversions 4/3 and 3/2ronso0
2016-11-09Use const-ref instead of pointer for function argumentsUwe Klotz
2016-04-26Rename TrackInfoObject to Track.RJ Ryan
2016-03-13Merge remote-tracking branch 'upstream/master' into scalebeatmapDaniel Schürmann
2016-02-12Simplify serialization of Beats and KeysUwe Klotz
2016-02-10Reduce risks for memory leaks in Beats interfaceUwe Klotz
2015-12-14Scale beat map by adding and removing beatsDaniel Schürmann
2015-12-07Added clone feature to beats classesDaniel Schürmann
2015-02-22Address some notes, and make sure quantize doesn't set an invalid closest beatOwen Williams
2015-02-20Address notes -- use safer explicit APIOwen Williams
2015-02-19Implement findPrevNextBeats to reduce Beats mutex locking.Owen Williams
2015-01-02Remove parenting of BeatGrid/BeatMap to its associated TrackInfoObjectRJ Ryan
2014-12-03BeatMap: Fix bpm and sync behavior with beatmaps.Owen Williams
2014-11-13Remove unused method and other misc.RJ Ryan
2014-09-19Trust SoundSource decoded samplerate more than TagLib decoded samplerate whenRJ Ryan
2014-05-02Add test for close-to-beat behavior in BeatGrid.RJ Ryan
2014-05-02Fix indentation.RJ Ryan
2014-04-27BeatGrid::findNthBeat will now find Nth beat (#1313063)hektikr
2014-04-25Refactor use of math and other headers across the codebase.RJ Ryan
2014-01-14Convert float literals to double literals in various places.RJ Ryan
2013-12-07Minor optimization to BeatGrid::findNthBeat.RJ Ryan
2013-12-07tabs to spaces also in cpp filesMax Linke
2013-11-30Header/include cleanups across the codebase.RJ Ryan
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan