View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004993 | ardour | bugs | public | 2012-07-08 12:28 | 2015-09-18 15:19 |
| Reporter | colinf | Assigned To | paul | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0004993: Can't hide tracks in mixer | ||||
| Description | The 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 Information | r12991. | ||||
| Tags | No tags attached. | ||||
|
|
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"? |
|
|
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. |
|
|
yes, somehow the plot has been lost on this stuff, but i'm not sure how or why. work continues. |
|
|
this should be improved as of 12998. |
|
|
Yes, that seems to work as I'd expect now. Thanks! |
|
|
see notes. |
|
|
Closing old issues reported by me: these have long since been fixed. |
| 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 |