Page 1 of 2
Collapsed track only shows half the wave
Posted: Tue Mar 27, 2018 3:11 am
by MaxFlight
When collapsing a track, only half the wave appears in the bottom of the track. This makes it very difficult at times to see when there is audio in a collapsed track. Previously, when a track was collapsed, the waveform would scale down to the collapsed track height and remain centered in the track.
Audacity 2.2.2 on Windows 10
Re: Collapsed track only shows half the wave
Posted: Tue Mar 27, 2018 10:49 am
by steve
That appears to be a bug. I'll log it on the bug tracker.
I note that if you manually drag the track height to minimum size, the waveform is correctly centred, so perhaps that may provide a workaround until the bug is fixed.
Re: Collapsed track only shows half the wave
Posted: Tue Mar 27, 2018 10:55 am
by steve
Now logged on the bug tracker.
Re: Collapsed track only shows half the wave
Posted: Tue Mar 27, 2018 11:06 am
by waxcylinder
This is a deliberate feature that was introduced in 2.2.2 as a way of showing more detail, where we now only shows the top half of the waveform in a collapsed track.
You can do the same on non-collapsed tracks by using the right-click context menu in the Vertical Ruler and selecting "Half Wave" - and note that in that menu there is also a reset command to go back to normal view.
So this is not a bug.
I note that we do not appear to have documented this in the Manual - an oversight I'm thinking
WC
Re: Collapsed track only shows half the wave
Posted: Tue Mar 27, 2018 11:41 am
by MaxFlight
Thank you for the replies. My projects typically include 6 vocal tracks for a 90-120 minute duration. When editing on a laptop, I find it faster to quickly collapse the tracks of people not speaking so I can see all tracks onscreen and tell who is speaking (or coughing or bumping their mic) and who is not. (Fit to screen height doesn't give enough resolution for precise editing.) For me, it is much harder to see that there is audio activity on a collapsed track, especially if it is short or at a low level. So I find myself in the "I wish it worked the old way" camp. Ironic because I'm usually critical of people who can't "get over it."
Re: Collapsed track only shows half the wave
Posted: Tue Mar 27, 2018 12:49 pm
by steve
I've also noticed that if I was zoomed in on, say the lower half of the waveform before collapsing the track (I may be more interested in the lower half if the waveform is asymmetric), in 2.2.1 and earlier I could collapse the track and my view of the lower half would be restored when I restore the the track to normal height. That no longer happens. Expanding the collapsed track now resets the view to "normal" (full +/- 1) zoom level. This makes the collapse feature less useful for me, which is a shame because collapsing tracks was so useful with multi-track projects.
Re: Collapsed track only shows half the wave
Posted: Tue Mar 27, 2018 1:06 pm
by waxcylinder
We are discussing how to deal with this - there are a couple of approaches on the table
1) add a preference to set choice for half-wave of full wave in collapsed tracks, or
2) preserve the wave type full or half when the user collapses the track
Interestingly I discovered that even with a collapsed track you can still use the right click in the two little whit rectangles (the collapsed remnants od the Vertical Scale) to access the context menu.
Which means that if you right click there now - and then select Zoom Reset you will get your full-height waves displayed in the collapsed track.
WC
Re: Collapsed track only shows half the wave
Posted: Tue Mar 27, 2018 1:17 pm
by steve
waxcylinder wrote:Which means that if you right click there now - and then select Zoom Reset you will get your full-height waves displayed in the collapsed track
OK if you only have a couple of tracks, but the main purpose of collapsing tracks is to improve usability when you have a lot of tracks. Having to manually reset the zoom, track by track, for a 20+ track project is a significant inconvenience.
Re: Collapsed track only shows half the wave
Posted: Tue Mar 27, 2018 2:18 pm
by waxcylinder
steve wrote:waxcylinder wrote:Which means that if you right click there now - and then select Zoom Reset you will get your full-height waves displayed in the collapsed track
OK if you only have a couple of tracks, but the main purpose of collapsing tracks is to improve usability when you have a lot of tracks. Having to manually reset the zoom, track by track, for a 20+ track project is a significant inconvenience.
Yes indeed - but this is just a temporary workaround.
And I see that the developer involved has already been working on a fix:
https://github.com/audacity/audacity/co ... ca06e6594c
and he's opted for the new preference route.
WC
Re: Collapsed track only shows half the wave
Posted: Tue Mar 27, 2018 2:46 pm
by MaxFlight
Yea! The team doesn't fool around when it comes to getting things done, it seems. Thank you!