Hello,
I'd like to manage Timeline cursor in an aplication extension, but
I am surprised of the API behaviour.
Here is the way I use to get cursor position :
My problem is I get a TimeCode which is not consistent with what I see in Vegas.
For instance I get '00:00:00,000', but visualy the cursor is at '-00:01:44,838'.
(and also written in the text box 'Cursor Position CTRL+G')
How can this be possible ?
Thanks
I'd like to manage Timeline cursor in an aplication extension, but
I am surprised of the API behaviour.
Here is the way I use to get cursor position :
public void InitializeModule ( Vegas vegas )
{
var myCursorPosition = vegas.Transport.CursorPosition;
...
My problem is I get a TimeCode which is not consistent with what I see in Vegas.
For instance I get '00:00:00,000', but visualy the cursor is at '-00:01:44,838'.
(and also written in the text box 'Cursor Position CTRL+G')
How can this be possible ?
Thanks