View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001594 | ardour | bugs | public | 2007-04-03 11:54 | 2008-11-21 00:30 |
| Reporter | peppot | Assigned To | cth103 | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0001594: Ctrl-drag region to another track loses crossfades on original region | ||||
| Description | Ctrl-drag region to another track loses crossfades on original region. Have 4-5 regions that crossfades over each other, copy one region to another track (ctrl-drag). Usually, the crossfade is lost. | ||||
| Tags | No tags attached. | ||||
|
|
i think that this report means the same as in 0001566. cheers, doc |
|
2007-04-06 21:39
|
1594.patch (506 bytes)
Index: gtk2_ardour/editor_mouse.cc
===================================================================
--- gtk2_ardour/editor_mouse.cc (revision 164)
+++ gtk2_ardour/editor_mouse.cc (working copy)
@@ -3337,6 +3337,10 @@
selection->add (latest_regionview);
}
+ /* undo the previous hide_dependent_views so that xfades don't
+ disappear on copying regions */
+ rv->get_time_axis_view().reveal_dependent_views (*rv);
+
if (drag_info.copy) {
// get rid of the copy
delete rv;
|
|
|
Hi, thanks for the report. I've attached a patch which should fix this. Would you like to check it? Cheers Carl |
|
|
Excellent, this seems to fix it. |
|
|
Fixed in SVN. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2007-04-03 11:54 | peppot | New Issue | |
| 2007-04-03 13:23 | nowhiskey | Note Added: 0003703 | |
| 2007-04-06 14:34 | cth103 | Relationship added | related to 0001566 |
| 2007-04-06 21:39 | cth103 | File Added: 1594.patch | |
| 2007-04-06 21:40 | cth103 | Note Added: 0003727 | |
| 2007-04-06 21:40 | cth103 | Status | new => feedback |
| 2007-04-06 22:00 | peppot | Note Added: 0003730 | |
| 2007-04-07 15:12 | cth103 | Status | feedback => resolved |
| 2007-04-07 15:12 | cth103 | Resolution | open => fixed |
| 2007-04-07 15:12 | cth103 | Assigned To | => cth103 |
| 2007-04-07 15:12 | cth103 | Note Added: 0003762 | |
| 2008-11-21 00:30 | seablade | Status | resolved => closed |