]> git.sesse.net Git - kdenlive/commit
Auto-align works!
authorSimon A. Eugster <simon.eu@gmail.com>
Tue, 14 Feb 2012 22:01:57 +0000 (23:01 +0100)
committerSimon A. Eugster <simon.eu@gmail.com>
Tue, 14 Feb 2012 22:01:57 +0000 (23:01 +0100)
commita7be14d538d33a1f4ecb88df578af1fdbf042382
treeb667c98dd5385701e80733354b27ca991828a656
parentdaf4290d903c670627d68727c6d1293235b50c7a
Auto-align works!

1. Add a clip to the timeline and set it as reference
   in the context menu
2. Add a new clip to the timeline and select auto-align in the context menu

Still needs some refinements when dealing with collisions (undo etc.).
src/CMakeLists.txt
src/customtrackview.cpp
src/customtrackview.h
src/lib/CMakeLists.txt [new file with mode: 0644]
src/lib/audio/CMakeLists.txt [new file with mode: 0644]
src/lib/audio/audioCorrelation.cpp
src/lib/audio/audioEnvelope.cpp
src/mainwindow.cpp
src/mainwindow.h