View Issue Details

IDProjectCategoryView StatusLast Update
0001529ardourbugspublic2008-11-21 00:33
Reportercth103 Assigned Topaul  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0001529: If the editor mixer is removed due to its route being deleted, the editor mixer menu option remains checked
DescriptionOpen the editor mixer, remove the route that it is relating to, look in the "View" menu and the "Show Editor Mixer" option will still be ticked.
Additional InformationFix attached.
TagsNo tags attached.

Relationships

related to 0001542 closedcth103 Editor Mixer disappears when removing currently selected track 

Activities

2007-03-05 18:08

 

editor-mixer-menu (760 bytes)   
Index: gtk2_ardour/editor_route_list.cc
===================================================================
--- gtk2_ardour/editor_route_list.cc	(revision 1556)
+++ gtk2_ardour/editor_route_list.cc	(working copy)
@@ -27,6 +27,7 @@
 #include "audio_time_axis.h"
 #include "mixer_strip.h"
 #include "gui_thread.h"
+#include "actions.h"
 
 #include <ardour/route.h>
 #include <ardour/audio_track.h>
@@ -148,9 +149,10 @@
 		}
 	}
 	/* since the editor mixer goes away when you remove a route, set the
-	 * button to inacttive 
+	 * button to inactive and untick the menu option
 	 */
 	editor_mixer_button.set_active(false);
+	ActionManager::uncheck_toggleaction ("<Actions>/Editor/show-editor-mixer");
 
 	/* and disable if all tracks and/or routes are gone */
 
editor-mixer-menu (760 bytes)   

nowhiskey

2007-03-05 18:54

reporter   ~0003513

Last edited: 2007-03-05 18:55

the same behavior here, i am able to deactivate the 'open editor mixer' option, and than to activate again to get the channel-strip of another track displayed, or i simply pres 'shift+e' twice.

cheers,
doc

cth103

2007-03-06 00:13

administrator   ~0003515

Doc,

That's what I'm seeing; I would say it's a bug. The attached patch fixes it for me.

Cheers

Carl

nowhiskey

2007-03-06 16:41

reporter   ~0003519

Last edited: 2007-03-06 16:47

hi, can you please give me an advice, how to apply that patch into ardour(vst) source tree?

cheers,
doc

nowhiskey

2007-03-06 20:36

reporter   ~0003524

the patch solves this issue here completely!

cheers,
doc

paul

2007-03-15 20:53

administrator   ~0003585

applied and committed. thanks carl.

Issue History

Date Modified Username Field Change
2007-03-05 18:08 cth103 New Issue
2007-03-05 18:08 cth103 File Added: editor-mixer-menu
2007-03-05 18:54 nowhiskey Note Added: 0003513
2007-03-05 18:55 nowhiskey Note Edited: 0003513
2007-03-06 00:13 cth103 Note Added: 0003515
2007-03-06 16:41 nowhiskey Note Added: 0003519
2007-03-06 16:47 nowhiskey Note Edited: 0003519
2007-03-06 20:36 nowhiskey Note Added: 0003524
2007-03-13 01:01 cth103 Relationship added related to 0001542
2007-03-15 20:53 paul Status new => resolved
2007-03-15 20:53 paul Resolution open => fixed
2007-03-15 20:53 paul Assigned To => paul
2007-03-15 20:53 paul Note Added: 0003585
2008-11-21 00:33 seablade Status resolved => closed