summaryrefslogtreecommitdiffstats
path: root/src/track
AgeCommit message (Expand)Author
2017-05-11Merge remote-tracking branch 'upstream/master' into beatloop_sizebe_
2017-05-08measure beatloop_size when setting manual loops with quantizebe_
2017-04-15Fix some compiler warnings.RJ Ryan
2017-04-14code cleanupbe_
2017-04-13don't assume constant beatgrid for loop moving & beatjumpingbe_
2017-03-05Merge pull request #1202 from uklotzde/launchpad_bug_1668923Daniel Schürmann
2017-03-04Add workaround for reading AIFF text chunksUwe Klotz
2017-03-02Fix reading of track metadata from AIFF filesUwe Klotz
2017-03-01Write RIFF info tag into WAV filesUwe Klotz
2017-03-01Read RIFF info tag from WAV filesUwe Klotz
2017-02-26ID3v2: Cleanup non-standard comment frames when writing tagsUwe Klotz
2017-02-26ID3v2: Avoid a local copyUwe Klotz
2017-02-26ID3v2: Add workaround for compatibility with ffmpegUwe Klotz
2017-02-18Fix for setBpmJosepMaJAZ
2017-02-11reverting back to double type. oups!JosepMaJAZ
2017-02-08changed limits to a single kvaluemax and using a loop to divide the read valueJosepMaJAZ
2017-02-05Changing range from 50-500 to 30-300JosepMaJAZ
2017-02-05restoring const, now that the code is elsewhereJosepMaJAZ
2017-02-05Moved the check code strictly to the TBPM ID3v2 tag reading and added testcaseJosepMaJAZ
2017-02-04Workaround for a case where the BPM tag on ID3v2 has values that represent de...JosepMaJAZ
2017-01-29Create a separate subfolder for DB helper classes and functionsUwe Klotz
2017-01-28Rename debug assertion macroUwe Klotz
2017-01-21Verify replain gain constants at compile timeUwe Klotz
2017-01-21Delete workarounds for Visual Studio < 2015Uwe Klotz
2017-01-21Inherit constructors from base classUwe Klotz
2017-01-21Replace const with constexprUwe Klotz
2017-01-21Add missing static const definitionsUwe Klotz
2017-01-18Replace some QSharedPointer with std::shared_ptrUwe Klotz
2017-01-15Add some missing includes, remove some unneeded ones.RJ Ryan
2017-01-14Merge remote-tracking branch 'upstream/master' into fractional_cueDaniel Schürmann
2017-01-14prefer double literals for double compareDaniel Schürmann
2017-01-05Fix BeatMap::scaleQuadruple (prevents infinite loop).RJ Ryan
2017-01-05Merge pull request #1106 from ronso0/additional-BPM-conversionsRJ Skerry-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 scaleQuadruple() to betamap.hronso0
2017-01-05add scaleQuarduple(), fixed testsronso0
2017-01-04The cue point is now doubleDaniel Schürmann
2017-01-04use scaleQuadruple() instead of two scaleDouble()ronso0
2017-01-04Improve some names near CueDaniel Schürmann
2017-01-03Add BPM conversions 4/3 and 3/2ronso0
2016-12-30Save cue point as cue with type Cue::LOADUwe Klotz
2016-11-29Declare data types with trivial ctor/dtor as Q_MOVABLE_TYPEUwe Klotz
2016-11-16Add missing null check before invoking deleteLater()Uwe Klotz
2016-11-14Define KEY_NOTATION_MAX.RJ Ryan
2016-11-14Use value_floored instead of value.RJ Ryan
2016-11-14Fix Windows build after 70c61a54e12b962dc61f1afc14fa989133e73a8b.RJ Ryan
2016-11-14Remove Q_COMPILER_INITIALIZER_LISTS hack.RJ Ryan