RPR GetSet ArrangeView2

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
(Returns)
(Examples)
 
(One intermediate revision not shown)
Line 15: Line 15:
==Examples==
==Examples==
 +
===C++===
 +
<source lang=cpp>
 +
</source>
===Perl===
===Perl===
-
<pre>
+
<source lang=perl>
-
</pre>
+
</source>
===Python===
===Python===
-
<pre>
+
<source lang=python>
-
</pre>
+
</source>
 +
 
==See Also==
==See Also==
==Stuff==
==Stuff==

Latest revision as of 09:33, 29 January 2010

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR GetSet ArrangeView2
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR GetSet ArrangeView2

Contents

GetSet_ArrangeView2()

void GetSet_ArrangeView2(void* proj, bool isSet, int screen_x_start, int screen_x_end, double* start_time, double* end_time)

Parameters

void* proj,
bool isSet,
int screen_x_start, int screen_x_end,
double* start_time, double* end_time

Returns

An array, containing
 void* proj,
 bool isSet,
 int screen_x_start, int screen_x_end,
 double* start_time, double* end_time

Examples

C++

 

Perl

 

Python

 

See Also

Stuff

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR GetSet ArrangeView2
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR GetSet ArrangeView2

Personal tools