Improvement of Fit to height option.

Anything you think is missing, or needs enhancement, goes here.
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
юра00
Posts: 867
Joined: Mon Jan 21, 2013 11:26 am
Operating System: Windows 10

Improvement of Fit to height option.

Post by юра00 » Fri Jun 28, 2019 6:55 am

Dear experts! I want to suggest an improvement to the Fit to height option. By default, the file after import looks like this (Figure 1). After selecting Fit to height, the view changes (Figure 2). But the fact is that a narrow strip is still preserved from the lower border of the diagram to the bottom of the screen. It is annoying and to complete, I have to stretch the border with the mouse to the bottom of the screen, so that we get a picture3. To avoid double work, is it possible to change the Fit to height action so that the file immediately assumes the form, as in Figure 3, is full. Thank you!
Attachments
Capture.PNG
Capture.PNG (56.87 KiB) Viewed 666 times
Capture1.PNG
Capture1.PNG (67 KiB) Viewed 666 times
Capture2.PNG
Capture2.PNG (77.97 KiB) Viewed 666 times
Untitled.png
Untitled.png (96.72 KiB) Viewed 663 times

юра00
Posts: 867
Joined: Mon Jan 21, 2013 11:26 am
Operating System: Windows 10

Re: Improvement of Fit to height option.

Post by юра00 » Sat Jul 20, 2019 11:27 pm

For example, double click. The first - as it is now. And the second - already fully occupies the screen, which is what the topic is about.

waxcylinder
Forum Staff
Posts: 14580
Joined: Tue Jul 31, 2007 11:03 am
Operating System: Windows 10

Re: Improvement of Fit to height option.

Post by waxcylinder » Sun Jul 21, 2019 9:43 am

That "narrow strip" is the horzontal scroll bar - it is a fundamental part of the Audacity window and cannot be removed, It enable you to horizantally scroll the waveform. It has a close sibling the vericla scroll bar at the right of the waveform display.

What you can do if you really want more height to play with is the hide any toolbars you don't want (use View>Toolbars and uncheck them) or float them free of the Audacity window - see: https://manual.audacityteam.org/man/cus ... ayout.html

WC
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *

юра00
Posts: 867
Joined: Mon Jan 21, 2013 11:26 am
Operating System: Windows 10

Re: Improvement of Fit to height option.

Post by юра00 » Sun Jul 21, 2019 12:56 pm

It is not a "horizontal scroll bar". This is empty space, absolutely unnecessary for me.
Attachments
Capture.PNG
Capture.PNG (63.79 KiB) Viewed 387 times
Capture5.PNG
Capture5.PNG (23.23 KiB) Viewed 386 times
Capture6.PNG
Capture6.PNG (134.91 KiB) Viewed 385 times

waxcylinder
Forum Staff
Posts: 14580
Joined: Tue Jul 31, 2007 11:03 am
Operating System: Windows 10

Re: Improvement of Fit to height option.

Post by waxcylinder » Sun Jul 21, 2019 5:20 pm

OK so you really wanna get rid of the dark gray unused space - just click and drag down on the bottom or the waveform - and for maximum wave height do as I suggested earlier and float the toolbars.
Attachments
Tallest waveform.gif
Tallest waveform.gif (303.8 KiB) Viewed 378 times
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *

steve
Site Admin
Posts: 80693
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Improvement of Fit to height option.

Post by steve » Sun Jul 21, 2019 5:40 pm

Maybe you need a bigger monitor. There's plenty of space on a 1920 x 1080 display:

Screenshot_2019-07-21_18-37-38.png
Screenshot_2019-07-21_18-37-38.png (88 KiB) Viewed 376 times
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

юра00
Posts: 867
Joined: Mon Jan 21, 2013 11:26 am
Operating System: Windows 10

Re: Improvement of Fit to height option.

Post by юра00 » Sun Jul 21, 2019 5:56 pm

waxcylinder wrote:
Sun Jul 21, 2019 5:20 pm
OK so you really wanna get rid of the dark gray unused space - just click and drag down on the bottom
The fact of the matter, dear editors, is that dragging the mouse to the bottom comes with each entry. Furious.

steve
Site Admin
Posts: 80693
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Improvement of Fit to height option.

Post by steve » Sun Jul 21, 2019 6:04 pm

Personally, I don't see the problem. There's a bit of space below the track - so what? I'm typing here and there is space below my typing :?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

юра00
Posts: 867
Joined: Mon Jan 21, 2013 11:26 am
Operating System: Windows 10

Re: Improvement of Fit to height option.

Post by юра00 » Sun Jul 21, 2019 7:19 pm

So it looks prettier.
Attachments
Capture.PNG
Capture.PNG (94.22 KiB) Viewed 365 times

steve
Site Admin
Posts: 80693
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Improvement of Fit to height option.

Post by steve » Sun Jul 21, 2019 7:50 pm

юра00 wrote:
Sun Jul 21, 2019 7:19 pm
So it looks prettier.
but it is less functional as you can't so easily see if there's another track below, and if there is a track below, you can't bring it into view with a single click.

If you want to build your own customised version, you would need to find "void DoZoomFitV(AudacityProject &project)" in the source file "ViewMenus.cpp", then locate the lines:

Code: Select all

   // Find total height to apportion
   auto height = viewInfo.GetHeight();
   height -= 28;
and change it to:

Code: Select all

   // Find total height to apportion
   auto height = viewInfo.GetHeight();
   height -= 4;
Instructions for building Audacity on Windows are here: https://wiki.audacityteam.org/wiki/Building_On_Windows
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Post Reply