timeline on track
Forum rules
This forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
-
lonepilgrim
- Posts: 261
- Joined: Wed Mar 13, 2013 2:06 pm
- Operating System: Windows 10
timeline on track
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
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
-
lonepilgrim
- Posts: 261
- Joined: Wed Mar 13, 2013 2:06 pm
- Operating System: Windows 10
Re: timeline on track
anyone ?
Re: timeline on track
I don't understand what you mean by "the initial track defaulted at 12 seconds".lonepilgrim wrote: ↑Fri Oct 25, 2019 5:22 pmIn the past whenever I started Audacity the initial track defaulted at 12 seconds as I remember.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
lonepilgrim
- Posts: 261
- Joined: Wed Mar 13, 2013 2:06 pm
- Operating System: Windows 10
Re: timeline on track
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
Are you opening Audacity full screen, or windowed?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
lonepilgrim
- Posts: 261
- Joined: Wed Mar 13, 2013 2:06 pm
- Operating System: Windows 10
Re: timeline on track
this what I see...it is a window but it covers the entire screen
the timeline begins at -1 and ends at 18
the timeline begins at -1 and ends at 18
Re: timeline on track
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?
The thing that confuses me most, is why does it matter if Audacity shows 18 seconds rather than 12 seconds?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
lonepilgrim
- Posts: 261
- Joined: Wed Mar 13, 2013 2:06 pm
- Operating System: Windows 10
Re: timeline on track
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
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
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:
The commands that you need in the Macro are:
Code: Select all
SelectTime:End="10" RelativeTo="ProjectStart" Start="0"
ZoomSel:
SelectNone:
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
lonepilgrim
- Posts: 261
- Joined: Wed Mar 13, 2013 2:06 pm
- Operating System: Windows 10
Re: timeline on track
Can you explain to me what a Macro is and how to use it ?