View Issue Details

IDProjectCategoryView StatusLast Update
0001594ardourbugspublic2008-11-21 00:30
Reporterpeppot Assigned Tocth103  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0001594: Ctrl-drag region to another track loses crossfades on original region
DescriptionCtrl-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.
TagsNo tags attached.

Relationships

related to 0001566 closedcth103 incoret ctrl-drag-copying of xfaded regions 

Activities

nowhiskey

2007-04-03 13:23

reporter   ~0003703

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;
1594.patch (506 bytes)   

cth103

2007-04-06 21:40

administrator   ~0003727

Hi, thanks for the report.

I've attached a patch which should fix this. Would you like to check it?

Cheers
Carl

peppot

2007-04-06 22:00

reporter   ~0003730

Excellent, this seems to fix it.

cth103

2007-04-07 15:12

administrator   ~0003762

Fixed in SVN.

Issue History

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