summaryrefslogtreecommitdiffstats
path: root/src/track/beatgrid.h
AgeCommit message (Expand)Author
2021-07-12Beats: Remove unnecessary capabilitiesJan Holthuis
2021-07-09Beats: Use enum class for BpmScaleJan Holthuis
2021-07-06Beats: Use FramePos consistently in Beats classesJan Holthuis
2021-07-06Beats: Return mixxx::Bpm type instead of double from all bpm methodsJan Holthuis
2021-07-02Beats: Add mixxx::Bpm in BeatUtils and BeatGrid/BeatMap classesJan Holthuis
2021-07-01Beats: Use frame positions for beatmap/beatgrid constructionJan Holthuis
2021-03-20Merge pull request #3608 from JoergAtGithub/improve_beat_indicatorDaniel Schürmann
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-09remove Beats::clone()Daniel Schürmann
2021-03-05Merge branch 'main' into improve_beat_indicatorJoergAtGithub
2021-03-02Remove locking from beat classesDaniel Schürmann
2021-03-02make all beat members constDaniel Schürmann
2021-03-02Remove track parameter from beats constructorDaniel Schürmann
2021-03-02Dispose setSubVersion()Daniel Schürmann
2021-03-02remove redundant namespace prefixDaniel Schürmann
2021-03-02Added static makeBeatGrid factory functions.Daniel Schürmann
2021-03-02make setBpm() constDaniel Schürmann
2021-03-02make Beats::scale constDaniel Schürmann
2021-03-02make Beats::translate constDaniel Schürmann
2021-03-02Remove unused removeBeat() functionDaniel Schürmann
2021-03-02Remove addBeat() functionDaniel Schürmann
2021-03-01Renamed NoTolerance to snapToNearBeats and inverted the bool, to match the ne...JoergAtGithub
2021-02-22removed unused getBpmRange()Daniel Schürmann
2021-02-21Added switch, to select if findPrevNextBeats should compare with or without t...JoergAtGithub
2020-12-07merge 2.3Be
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-10Use #pragma once everywherexerus2000
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-09-28Externalize forward declarations for Track objectUwe Klotz
2020-05-04Move Beats et al. to mixxx namespaceJavier Vilarroig
2019-11-20Merge remote-tracking branch 'upstream/master' into lp1777667Daniel Schürmann
2019-11-11Delete remaining redundant virtual keywordsUwe Klotz
2019-11-11Delete redundant virtual keywordsUwe Klotz
2019-11-10Add missing override to fix clang's -Winconsistent-missing-override warningsJan Holthuis
2019-07-10Merge remote-tracking branch 'upstream/master' into lp1777667Daniel Schürmann
2019-02-19Fix Beats class hierarchyUwe Klotz
2018-06-19Added getSamplRate functionDaniel Schürmann
2018-06-19Use override keyword and removed unused functionDaniel Schürmann
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-12-06Rename BEATCAPS_SET to BEATCAPS_SETBPM and remove it from BeatMapDaniel Schürmann
2015-02-20Address notes -- use safer explicit APIOwen Williams
2015-02-19Implement findPrevNextBeats to reduce Beats mutex locking.Owen Williams