RPR GetSet LoopTimeRange

From CockosWiki

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

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

Next diff →
Line 1: Line 1:
{{API_Doc_Header}} {{API_Doc_Header}}
-= =+=GetSet_LoopTimeRange()=
 +'''void GetSet_LoopTimeRange(bool isSet, bool isLoop, double* start, double* end, bool allowautoseek)'''
 + 
==Parameters== ==Parameters==
 + bool isSet,
 + bool isLoop,
 + double* start,
 + double* end,
 + bool allowautoseek
==Returns== ==Returns==
 + void
==Examples== ==Examples==
===Perl=== ===Perl===

Revision as of 06:19, 5 November 2009

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

Contents

GetSet_LoopTimeRange()

void GetSet_LoopTimeRange(bool isSet, bool isLoop, double* start, double* end, bool allowautoseek)

Parameters

bool isSet,
bool isLoop,
double* start,
double* end,
bool allowautoseek

Returns

void

Examples

Perl


Python


See Also

Stuff

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