what is the "start playback from here" vertical bar called?

This section is now closed.
Forum rules
This forum is now closed.

For help with current Audacity, please post to the 2.x. board for your operating system.

Please post feedback about the current 2.x version on the 2.x.feedback board.
Locked
Edgar
Forum Crew
Posts: 2042
Joined: Thu Sep 03, 2009 9:13 pm
Operating System: Windows 10

what is the "start playback from here" vertical bar called?

Post by Edgar » Wed Aug 11, 2010 5:28 pm

called.png
called.png (5.62 KiB) Viewed 739 times
What is the "start playback from here" vertical bar called--the vertical black bar in the picture to which the red arrow is pointing?
-Edgar
running Audacity personally customized 2.0.6 daily in a professional audio studio
occasionally using current Audacity alpha for testing and support situations
64-bit Windows Pro 10

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

Re: what is the "start playback from here" vertical bar call

Post by waxcylinder » Wed Aug 11, 2010 5:38 pm

Its the "cursor position"

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

Edgar
Forum Crew
Posts: 2042
Joined: Thu Sep 03, 2009 9:13 pm
Operating System: Windows 10

Re: what is the "start playback from here" vertical bar call

Post by Edgar » Thu Aug 12, 2010 2:59 pm

waxcylinder wrote:Its the "cursor position"
WC
That is what I was "afraid" of--the "cursor" is the image you move around with the mouse, not a static location. At least now I can ask my real question...
-Edgar
running Audacity personally customized 2.0.6 daily in a professional audio studio
occasionally using current Audacity alpha for testing and support situations
64-bit Windows Pro 10

billw58
Forum Staff
Posts: 5565
Joined: Wed Aug 12, 2009 2:10 am
Operating System: macOS 10.15 Catalina or later

Re: what is the "start playback from here" vertical bar call

Post by billw58 » Thu Aug 12, 2010 5:54 pm

Edgar wrote:
That is what I was "afraid" of--the "cursor" is the image you move around with the mouse, not a static location. At least now I can ask my real question...
A common misconception. The thing you move around with the mouse is the "pointer". The edit point (in a word processor or in Audacity) is the "cursor".

-- Bill

Edgar
Forum Crew
Posts: 2042
Joined: Thu Sep 03, 2009 9:13 pm
Operating System: Windows 10

Re: what is the "start playback from here" vertical bar call

Post by Edgar » Fri Aug 13, 2010 3:17 pm

billw58 wrote: A common misconception. The thing you move around with the mouse is the "pointer". The edit point (in a word processor or in Audacity) is the "cursor".

-- Bill
How right you are! Unfortunately, in the source code both objects are called "cursor" (variables like: mLastCursorPosition -- refers to the "vertical bar", mArrowCursor = new wxCursor(wxCURSOR_ARROW) -- a "pointer" holdover from wxWidgets, mPencilCursor = MakeCursor( wxCURSOR_PENCIL, DrawCursorXpm, 12, 22); -- a "pointer".

I know it is way to late to change something this fundamental, but it is frustrating!
-Edgar
running Audacity personally customized 2.0.6 daily in a professional audio studio
occasionally using current Audacity alpha for testing and support situations
64-bit Windows Pro 10

Locked