View Issue Details

IDProjectCategoryView StatusLast Update
0003691ardourbugspublic2020-04-19 20:15
Reporterlincoln Assigned Tocth103  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Target Version3.0-beta1 
Summary0003691: Separate under does not honour edit groups
DescriptionThe separate under function does not affect all regions in an edit group.
TagsNo tags attached.

Activities

2011-01-08 00:39

 

separate_under_group_edit_fix.patch (464 bytes)   
Index: gtk2_ardour/editor_ops.cc
===================================================================
--- gtk2_ardour/editor_ops.cc	(revision 8479)
+++ gtk2_ardour/editor_ops.cc	(working copy)
@@ -2862,7 +2862,7 @@
 {
 	vector<PlaylistState> playlists;
 
-	RegionSelection rs = get_regions_from_selection_and_entered ();
+	RegionSelection rs = get_equivalent_regions (selection->regions, Properties::edit.property_id);
 
 	if (!_session || rs.empty()) {
 		return;

lincoln

2011-01-08 00:40

reporter   ~0009874

Added patch that clears this. Not sure if this is the right approach though.

cth103

2011-01-19 21:05

administrator   ~0009950

Should be fixed by changes elsewhere in SVN.

system

2020-04-19 20:15

developer   ~0022353

Issue has been closed automatically, by Trigger Close Plugin.
Feel free to re-open with additional information if you think the issue is not resolved.

Issue History

Date Modified Username Field Change
2011-01-07 22:41 lincoln New Issue
2011-01-07 23:44 cth103 cost => 0.00
2011-01-07 23:44 cth103 Target Version => 3.0-beta1
2011-01-08 00:39 lincoln File Added: separate_under_group_edit_fix.patch
2011-01-08 00:40 lincoln Note Added: 0009874
2011-01-19 21:05 cth103 Note Added: 0009950
2011-01-19 21:05 cth103 Status new => resolved
2011-01-19 21:05 cth103 Resolution open => fixed
2011-01-19 21:05 cth103 Assigned To => cth103
2020-04-19 20:15 system Note Added: 0022353
2020-04-19 20:15 system Status resolved => closed