Page 1 of 1

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

Posted: Wed Aug 11, 2010 5:28 pm
by Edgar
called.png
called.png (5.62 KiB) Viewed 740 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?

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

Posted: Wed Aug 11, 2010 5:38 pm
by waxcylinder
Its the "cursor position"

WC

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

Posted: Thu Aug 12, 2010 2:59 pm
by Edgar
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...

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

Posted: Thu Aug 12, 2010 5:54 pm
by billw58
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

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

Posted: Fri Aug 13, 2010 3:17 pm
by Edgar
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!