RPR GetSet ArrangeView2

From CockosWiki

(Difference between revisions)
Revision as of 22:38, 27 October 2009
MikeLacey (Talk | contribs)

← Previous diff
Revision as of 06:16, 5 November 2009
MikeLacey (Talk | contribs)

Next diff →
Line 1: Line 1:
{{API_Doc_Header}} {{API_Doc_Header}}
-= =+=GetSet_ArrangeView2()=
 +'''void GetSet_ArrangeView2(void* proj, bool isSet, int screen_x_start, int screen_x_end, double* start_time, double* end_time)'''
==Parameters== ==Parameters==
 + void* proj,
 + bool isSet,
 + int screen_x_start, int screen_x_end,
 + double* start_time, double* end_time
==Returns== ==Returns==
 + void
==Examples== ==Examples==
===Perl=== ===Perl===

Revision as of 06:16, 5 November 2009

Main Page/REAPER Documentation/ReaScript/ReaScript API/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

void

Examples

Perl


Python


See Also

Stuff

Main Page/REAPER Documentation/ReaScript/ReaScript API/RPR GetSet ArrangeView2
Main Page/REAPER Documentation/REAPER API/REAPER API Functions/RPR GetSet ArrangeView2