summaryrefslogtreecommitdiffstats
path: root/src/track/beats.h
AgeCommit message (Expand)Author
2021-07-17Merge pull request #4103 from Holzhaus/remove-beatscap-scale-translateBe
2021-07-12Beats: Fix outdated commentJan Holthuis
2021-07-12Beats: Remove unnecessary capabilitiesJan Holthuis
2021-07-09Beats: Use enum class for BpmScaleJan Holthuis
2021-07-06Beats: Add `firstBeat()` utility functionJan Holthuis
2021-07-06Beats: Rename findNBeatsFromSample to findNBeatsFromPositionJan Holthuis
2021-07-06Beats: Use FramePos consistently in Beats classesJan Holthuis
2021-07-06Beats: Improve commentsJan Holthuis
2021-07-06Beats: Remove getMaxBpm() methodJan Holthuis
2021-07-06Beats: Return mixxx::Bpm type instead of double from all bpm methodsJan 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-05Fix AutoMoc warningUwe Klotz
2021-03-02Remove QObject nature from beats classesDaniel Schürmann
2021-03-02remove unused now updated() signalDaniel 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-11-10Use #pragma once everywherexerus2000
2020-06-08use override and default in more classesDaniel Schürmann
2020-05-04Move Beats et al. to mixxx namespaceJavier Vilarroig
2019-07-10Merge remote-tracking branch 'upstream/master' into lp1777667Daniel Schürmann
2019-02-19Fix Beats class hierarchyUwe Klotz
2018-12-17Merge remote-tracking branch 'upstream/master' into lp1777667Daniel Schürmann
2018-06-19Added getSamplRate functionDaniel Schürmann
2018-04-06Typo fixes luzpaz
2017-11-15Fix Beats::findNBeatsFromSample() precisionDaniel Schürmann
2017-05-08measure beatloop_size when setting manual loops with quantizebe_
2017-04-14code cleanupbe_
2017-04-13don't assume constant beatgrid for loop moving & beatjumpingbe_
2017-01-03Add BPM conversions 4/3 and 3/2ronso0
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-08fixed typoDaniel Schürmann
2015-12-14Clean up commentsDaniel Schürmann
2015-12-14Scale beat map by adding and removing beatsDaniel Schürmann
2015-12-07Added clone feature to beats classesDaniel Schürmann