View Issue Details

IDProjectCategoryView StatusLast Update
0004993ardourbugspublic2015-09-18 15:19
Reportercolinf Assigned Topaul  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0004993: Can't hide tracks in mixer
DescriptionThe close button on tracks in the mixer window seems to have no effect; likewise the 'show' tick box in the list of strips in the left panel, and also the groups 'show' tick-box.
Additional Informationr12991.
TagsNo tags attached.

Activities

rsevero

2012-07-08 12:51

reporter   ~0013810

From some initial research the problem seems to be that EditorRoutes::hide_track_in_display() updates the gui property "visible" which is a gui_object_state property but this change isn't reflected in the route flag "Hidden" which is the one consulted by MackieControlProtocol::get_sorted_routes() when deciding which routes to show at the control surface.

What would be the proper way to link the gui property "visible" to the route flag "Hidden"?

colinf

2012-07-09 11:55

updater   ~0013819

Slightly improved in r12994: the the tick-box in the 'show' column of the strips list works. The 'X' close button at the top of each strip causes that strip's 'show' box to become unticked, but doesn't actually hide the strip.

The group list 'show' column tick box appears rather to toggle the active state of the group in the mixer window, though it does affect the visibility of the group's tracks in the editor window too.

paul

2012-07-09 12:31

administrator   ~0013821

yes, somehow the plot has been lost on this stuff, but i'm not sure how or why. work continues.

paul

2012-07-09 19:31

administrator   ~0013822

this should be improved as of 12998.

colinf

2012-07-10 09:51

updater   ~0013830

Yes, that seems to work as I'd expect now. Thanks!

paul

2012-07-10 12:51

administrator   ~0013832

see notes.

colinf

2015-09-18 15:19

updater   ~0017281

Closing old issues reported by me: these have long since been fixed.

Issue History

Date Modified Username Field Change
2012-07-08 12:28 colinf New Issue
2012-07-08 12:51 rsevero Note Added: 0013810
2012-07-09 11:55 colinf Note Added: 0013819
2012-07-09 12:31 paul Note Added: 0013821
2012-07-09 19:31 paul Note Added: 0013822
2012-07-10 09:51 colinf Note Added: 0013830
2012-07-10 12:51 paul cost => 0.00
2012-07-10 12:51 paul Note Added: 0013832
2012-07-10 12:51 paul Status new => resolved
2012-07-10 12:51 paul Resolution open => fixed
2012-07-10 12:51 paul Assigned To => paul
2015-09-18 15:19 colinf Note Added: 0017281
2015-09-18 15:19 colinf Status resolved => closed