Description | This one is long, sorry. :/
I'm trying to match the tempo between two songs for a mashup. I do this by setting the global tempo to the tempo of one song, lining up the tracks on beat boundaries, then padding each track's region to perfectly align with both 001| 01 | 0000 and a measure boundary after the song ends. Once this is done I can change the global tempo to match the target tempo and use the stretch tool to extend or compress each region so it'll still end on the same measure after the tempo change. This works great for songs that need to be slowed down, but when I try to use the same method to speed songs up, the regions get truncated at the new measure boundary. For example, if I have padded a 121 bpm track with silence to end on measure 114 | 01 | 0000, when I change the tempo to 130 bpm some tracks will get truncated on measure 114 | 01 | 0000 even though the regions should contain audio that reaches past that point. If I use the trim tool to try to extend the regions, only audio that was previously trimmed will appear. If I try to undo the tempo change, Ardour will crash. I have not been able to reproduce the crash using a GDB build, although other weird stuff starts to happen (regions will not show the proper waveform unless zoomed in, and rebuilding peaks will result in the region being represented by a checkerbox instead of a waveform). |
---|