View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007859 | ardour | features | public | 2019-12-05 00:24 | 2020-01-13 01:46 |
Reporter | dhealey | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | new | Resolution | open | ||
Platform | Some Other Linux | OS | Some Other Linux | OS Version | unknown |
Product Version | 5.12 | ||||
Summary | 0007859: Pitch shift that works in real-time | ||||
Description | The built in pitch shifting technique currently works by rendering a new file with pitch shifting applied. There are a few issues with this approach. You don't always know exactly how many cents you need to shift a sound. So you have to open up the pitch shift interface, try a value, wait for it to render. If it's correct then great, if it's not then you have to do it again until you hit the right value. This can take a while, especially when there are many files to be shifted by different amounts. In an effort to be non-destructive the pitch shifter creates a new file and keeps the original. This is fine for a small amount of audio but when dealing with large sessions this can add up to extra gigabytes of data. You may say that once you've found the correct pitch shift value you can then just delete the original so you don't use extra space but of course this then makes it a destructive process. The alternative solution to this issue is to use a third-party pitch shifting plugin. I've tried all of the free ones and the only one that produces minimal artefacts is the rubberband lv2 plugin. Since Ardour uses Rubberband anyway why not just have the functionality built in? It could be accessed as an envelope like volume or panning are. Now why can't I just use the Rubberband plugin, you ask... Most of the time it's great, but sometimes at the start of regions it clicks or pops and this comes out in the rendered file too and I've found no-way to prevent this, and all solutions offered in the IRC couldn't help. | ||||
Tags | No tags attached. | ||||