summaryrefslogtreecommitdiffstats
path: root/src/track/beatmap.cpp
AgeCommit message (Expand)Author
2019-02-19Fix Beats class hierarchyUwe Klotz
2018-10-26Fix some issues identified by clazy.RJ Skerry-Ryan
2018-04-06Typo fixes luzpaz
2017-01-05Fix BeatMap::scaleQuadruple (prevents infinite loop).RJ Ryan
2017-01-05re-re-fix scaleQuadruple()ronso0
2017-01-05re-fix scaleQuadruple()ronso0
2017-01-05fix scaleQuadruple() in beatmap.h againronso0
2017-01-05fix scaleQuadruple() in beatmap.hronso0
2017-01-05add scaleQuarduple(), fixed testsronso0
2017-01-04use scaleQuadruple() instead of two scaleDouble()ronso0
2017-01-03Add BPM conversions 4/3 and 3/2ronso0
2016-11-09Use const-ref instead of pointer for function argumentsUwe Klotz
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
2016-02-08Add comments and removed unused variablesDaniel Schürmann
2016-01-27Merge remote-tracking branch 'upstream/master' into scalebeatmapDaniel Schürmann
2015-12-27Migrate analyzers and vamp helpers to src/analyzer.RJ Ryan
2015-12-14Scale beat map by adding and removing beatsDaniel Schürmann
2015-12-13Added slotSpinBpmValueChanged() and handed editing a betagrid via beats cloneDaniel Schürmann
2015-12-07Added clone feature to beats classesDaniel Schürmann
2015-09-17Invalid iterator usemidzer
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-19Fix swapped variables. The calculation was symmetric so it didn't matter any...Owen Williams
2015-02-19Implement findPrevNextBeats to reduce Beats mutex locking.Owen Williams
2015-01-10Make a few QVector pass-by-values pass-by-const-reference.RJ Ryan
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-23Fix BeatMap::scale() -- which was totally broken.RJ Ryan
2014-10-22Update beatmap.cppmidzer
2014-09-27Fix BeatMap segfault when we don't find a previous beat.RJ Ryan
2014-09-20Use qint32 instead of int32_t. Oops!RJ Ryan
2014-09-20Revert "include typedef of 'int32_t' for MSVS"RJ Ryan
2014-09-20use normal 'abs()' function for integer typekain88-de
2014-09-20include typedef of 'int32_t' for MSVSkain88-de
2014-09-20Add a new implementation of BeatMap::findNthBeat that passes all the tests.RJ Ryan
2014-09-20Fix another bug I wrote in BeatMap.RJ Ryan
2014-09-19Trust SoundSource decoded samplerate more than TagLib decoded samplerate whenRJ Ryan
2014-04-25Refactor use of math and other headers across the codebase.RJ Ryan
2013-07-05Cppcheck found some issues:Nazar Gerasymchuk
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan