View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000926 | ardour | bugs | public | 2005-03-12 05:13 | 2008-11-20 23:42 |
| Reporter | rtfm | Assigned To | paul | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0000926: crossfade shape not saved | ||||
| Description | When setting crossfade "shape", the characteristics of the crossfade are not saved in either the snapshot or regular saves. It reverts to the default shape upon load. | ||||
| Additional Information | This problem was reproducible with version 0.9beta28 | ||||
| Tags | No tags attached. | ||||
|
2005-05-08 20:23
|
crossfade.patch (503 bytes)
*** libs/ardour/crossfade.cc.ori 2005-02-18 13:31:25.000000000 +0100
--- libs/ardour/crossfade.cc 2005-05-08 21:37:34.425529440 +0200
***************
*** 151,161 ****
throw failed_constructor();
}
if (set_state (node)) {
throw failed_constructor();
}
-
- initialize ();
}
Crossfade::~Crossfade ()
--- 151,161 ----
throw failed_constructor();
}
+ initialize ();
+
if (set_state (node)) {
throw failed_constructor();
}
}
Crossfade::~Crossfade ()
|
|
|
The bug is still present in Ardour/GTK 0.9beta29 (built using 0.594.4 with libardour 0.891.1) I'm not shure what is meant by 'setting crossfade "shape"', but the bug clearly exists for "full crossfades" whith edited fade-in/fade-out envelopes. The tiny patch (crossfade.patch) attached seems to fix the problem. Actually, the crosfade shape IS saved (have look at the *.ardour file) but the values to be restored were overwritten by Crossfade::initialize(). Markus Schwarzenberg |
|
|
patch applied to paul's code. thanks. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2005-03-12 05:13 | rtfm | New Issue | |
| 2005-03-12 05:13 | rtfm | => jeff@ourexchange.net | |
| 2005-05-08 20:23 | mschwarzenberg | File Added: crossfade.patch | |
| 2005-05-08 20:25 | mschwarzenberg | Note Added: 0002221 | |
| 2005-05-10 07:32 | mschwarzenberg | Note Edited: 0002221 | |
| 2005-05-10 10:52 | paul | Status | new => resolved |
| 2005-05-10 10:52 | paul | Resolution | open => fixed |
| 2005-05-10 10:52 | paul | Assigned To | => paul |
| 2005-05-10 10:52 | paul | Note Added: 0002223 | |
| 2008-11-20 23:42 | seablade | Status | resolved => closed |