Page 1 of 2

timeline on track

Posted: Fri Oct 25, 2019 5:22 pm
by lonepilgrim
I am using Windows 10 Pro...Audacity 2.3.2...64 bit.
This is a minor issue but I would like to fix it.
In the past whenever I started Audacity the initial track defaulted at 12 seconds as I remember... now it starts at 18..I know this is meaningless but I would prefer the track to default at 10 seconds if possible.
Can anyone help with this?
Thanks

Re: timeline on track

Posted: Sat Oct 26, 2019 4:00 am
by lonepilgrim
anyone ?

Re: timeline on track

Posted: Sat Oct 26, 2019 10:46 am
by steve
lonepilgrim wrote:
Fri Oct 25, 2019 5:22 pm
In the past whenever I started Audacity the initial track defaulted at 12 seconds as I remember.
I don't understand what you mean by "the initial track defaulted at 12 seconds".

Re: timeline on track

Posted: Tue Oct 29, 2019 5:10 pm
by lonepilgrim
When I start Audacity there is an Audacity window..in the main part of the window is the space were I record tracks..above there are a series of #s that count the seconds on the track...it always defaults to 18 seconds when I open Audacity..it used to do that at 12 sec but it changed..I`d like to set it to 10

Re: timeline on track

Posted: Tue Oct 29, 2019 5:44 pm
by steve
Are you opening Audacity full screen, or windowed?

Re: timeline on track

Posted: Wed Oct 30, 2019 4:15 pm
by lonepilgrim
Screenshot (2).png
Screenshot (2).png (663.88 KiB) Viewed 412 times
this what I see...it is a window but it covers the entire screen

the timeline begins at -1 and ends at 18

Re: timeline on track

Posted: Wed Oct 30, 2019 4:25 pm
by steve
The number of seconds visible when Audacity is first opened depends on the window size and screen resolution.
The thing that confuses me most, is why does it matter if Audacity shows 18 seconds rather than 12 seconds?

Re: timeline on track

Posted: Wed Oct 30, 2019 4:50 pm
by lonepilgrim
I just looked online and set the program to open full screen which appears exactly the same...I can reduce the size of the window manually but when I expand it to full size the timeline goes back to 18 seconds..I am confused as to why it happened..I have been using this program for many years and have never seen it happen
There is no particular reason why I want to do this I just do...I`m trying to set this track to 10 because it`s easier for me to visual what's going on looking at groups of 10

Re: timeline on track

Posted: Wed Oct 30, 2019 5:00 pm
by steve
You could create a Macro to adjust the amount of time shown to anything you want, and assign a keyboard shortcut to the Macro. Then, when you open Audacity, you would just need to press that shortcut key to get the zoom that you want.

The commands that you need in the Macro are:

Code: Select all

SelectTime:End="10" RelativeTo="ProjectStart" Start="0"
ZoomSel:
SelectNone:


Re: timeline on track

Posted: Wed Oct 30, 2019 8:17 pm
by lonepilgrim
Can you explain to me what a Macro is and how to use it ?