VSE: Add sound strip retiming support #105071

Closed
Richard Antalik wants to merge 5 commits from iss/blender:retiming-sound into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

5 Commits

Author SHA1 Message Date
Richard Antalik bec58cf318 VSE: Add sound strip retiming support
This patch contains changes needed for retiming sound strips. This is a part of #104544

----

Deviation from #100337 is, that changes in audaspace are not separated.
Versioning for old files is not present, because resulting data is unusable (whole animation is baked, so changing retiming is basically impossible). Versioning also results in precision issues which results in non uniform sound pitch in some cases. And finally calculating strip offset correction is non-trivial (that is least of an issue, but worth mentioning still). So I would advocate to not convert old data to current implementation. I think, that supporting smooth speed transitions would allow for more efficient versioning code.
2023-02-17 01:30:03 +01:00
Richard Antalik 6b25ac1854 Fix redundant redeclaration warning 2023-02-15 01:44:48 +01:00
Richard Antalik e2042ab55d Fix crash on NULL dereference
buildbot/vexp-code-patch-coordinator Build done. Details
2023-02-15 00:35:40 +01:00
Richard Antalik 03c5ee0294 Fix compilation warning 2023-02-15 00:33:25 +01:00
Richard Antalik 0859cfbd50 VSE: Add retiming tool
This tools allows to change strip playback speed by manipulating
retiming handles. More handles can be added to single strip to create
variable playback speed.

This tool replaces Speed Factor property in time panel.
2023-02-09 18:20:27 +01:00