View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001501 | ardour | bugs | public | 2007-02-22 20:43 | 2008-11-20 23:58 |
| Reporter | thorwil | Assigned To | paul | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | x86 | OS | Linux | ||
| Summary | 0001501: Unlucky naming of timestretched regions/files | ||||
| Description | Applying tiemstretching to a region several times results in region names like "Audio 2-1%L.t.t.t.t" and filenames like "Audio 2-1%L-TIMEFX-0-TIMEFX-0-TIMEFX-0-TIMEFX-0.wav". This makes filenames too long to allow burning to joliet CD-Rs more likely and doesn't add any meaning. Instead, a counter should be used: t1, t2 ... with the same string for both regions and filenames (not t here and TIMEFX there). | ||||
| Tags | No tags attached. | ||||
|
|
a) the numbers have to be independent, because you can exit ardour without saving, leaving behind a file on disk with number N, but no record of a region using "N" in the session. b) fixed, in that the files are just -TIMEFX-N where N increments, and the regions are .tNNN where NNN increments. rev 1494 |