RPR SetEditCurPos2

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
(Perl)
(See Also)
Line 29: Line 29:
</pre>
</pre>
==See Also==
==See Also==
-
{{SeeAlsoCursorFunctions}}
+
{{SeeAlso_cursor}}
 +
 
 +
''(Section automatically generated, edits above this line may be overwritten.)''
==Stuff==
==Stuff==

Revision as of 13:54, 26 November 2009

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR SetEditCurPos2
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR SetEditCurPos2

Contents

SetEditCurPos2()

void SetEditCurPos(double time, bool moveview, bool seekplay) deprecated
void SetEditCurPos2(void* proj, double time, bool moveview, bool seekplay)

SetEditCurPos() repositions the edit cursor to "time" (in seconds), optionally moving the view if necessary, and optionally seeking playback (if playing back). This function should ONLY be called from a UI context (i.e. from the editor window, NOT from audio processing etc).

Parameters

void* proj,
double time,
bool moveview,
bool seekplay

Returns

An array, containing
 void* proj,
 double time,
 bool moveview,
 bool seekplay

Examples

C++


Perl


Python


See Also

cursor: GetCursorPosition, GetCursorPositionEx, MoveEditCursor,

(Section automatically generated, edits above this line may be overwritten.)

Stuff

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR SetEditCurPos2
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR SetEditCurPos2

Personal tools