View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001686 | ardour | bugs | public | 2007-05-17 19:49 | 2008-11-21 00:28 |
| Reporter | realhangman | Assigned To | paul | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.0 | ||||
| Summary | 0001686: Using Undo after soloing a track copies plugins | ||||
| Description | Ardour 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 Information | Tested in Debian testing 2.6.19-rt15, WM Fluxbox. | ||||
| Tags | No tags attached. | ||||
|
|
this is also true for 'mute' and 'rec-enable' channel buttons. cheers, doc |
|
|
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){
|
|
|
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. |
|
|
I think it's fixed in 2.0.3. Thanks! |
|
|
fixed here too! cheers, doc |
|
|
i think that this issue is resolved, if so it could be closed, so we don't look into it any more. cheers, doc |
|
|
see notes. |
| 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 |