what is the "start playback from here" vertical bar called?
Posted: Wed Aug 11, 2010 5:28 pm
What is the "start playback from here" vertical bar called--the vertical black bar in the picture to which the red arrow is pointing?
For questions, answers and opinions
https://forum.audacityteam.org/
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...waxcylinder wrote:Its the "cursor position"
WC
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".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...
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".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