View Issue Details

IDProjectCategoryView StatusLast Update
0001686ardourbugspublic2008-11-21 00:28
Reporterrealhangman Assigned Topaul  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version2.0 
Summary0001686: Using Undo after soloing a track copies plugins
DescriptionArdour 2.0.2

Press the solo button on a track and then undo this (either through the menu or by pressing ctrl-z). This copies all existing plugins in the track.

This can be very annoying if your using amplifiers pre-gain and stuff like that (mind your ears)...
Additional InformationTested in Debian testing 2.6.19-rt15, WM Fluxbox.
TagsNo tags attached.

Activities

nowhiskey

2007-05-18 10:28

reporter   ~0003992

this is also true for 'mute' and 'rec-enable' channel buttons.

cheers,
doc

cth103

2007-05-19 17:38

administrator   ~0003999

Confirmed in trunk, also.

2007-05-19 17:51

 

1686.patch (558 bytes)   
diff -r -u -X exclude trunk/libs/ardour/route.cc 1686/libs/ardour/route.cc
--- trunk/libs/ardour/route.cc  2007-05-14 15:32:26.000000000 +0100
+++ 1686/libs/ardour/route.cc   2007-05-19 18:51:08.000000000 +0100
@@ -1804,6 +1804,12 @@
                        break;
                }
        }
+
+       /* remove any existing redirects so that we just end up with the ones
+          in the XML */
+
+       clear_redirects (PreFader, this);
+       clear_redirects (PostFader, this);
 
        for (niter = nlist.begin(); niter != nlist.end(); ++niter){
 

1686.patch (558 bytes)   

cth103

2007-05-19 17:52

administrator   ~0004000

The attached patch fixes it for me in trunk, I just need to check with Paul that it's sensible, and hopefully we can commit to 2.0-ongoing as well.

realhangman

2007-07-05 09:10

reporter   ~0004102

I think it's fixed in 2.0.3. Thanks!

nowhiskey

2007-07-06 11:18

reporter   ~0004105

fixed here too!

cheers,
doc

nowhiskey

2007-07-22 11:47

reporter   ~0004190

i think that this issue is resolved, if so it could be closed, so we don't look into it any more.

cheers,
doc

paul

2007-08-10 19:07

administrator   ~0004261

see notes.

Issue History

Date Modified Username Field Change
2007-05-17 19:49 realhangman New Issue
2007-05-18 10:28 nowhiskey Note Added: 0003992
2007-05-19 17:38 cth103 Note Added: 0003999
2007-05-19 17:38 cth103 Status new => confirmed
2007-05-19 17:51 cth103 File Added: 1686.patch
2007-05-19 17:52 cth103 Note Added: 0004000
2007-07-05 09:10 realhangman Note Added: 0004102
2007-07-06 11:18 nowhiskey Note Added: 0004105
2007-07-22 11:47 nowhiskey Note Added: 0004190
2007-08-10 19:07 paul Status confirmed => resolved
2007-08-10 19:07 paul Resolution open => fixed
2007-08-10 19:07 paul Assigned To => paul
2007-08-10 19:07 paul Note Added: 0004261
2008-11-21 00:28 seablade Status resolved => closed