RPR GetSet LoopTimeRange2

From CockosWiki

(Redirected from RPR GetSet LoopTimeRange)

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

Contents

GetSet_LoopTimeRange()

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

Parameters

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

Returns

An array, containing
 void* proj,
 bool isSet,
 bool isLoop,
 double* start,
 double* end,
 bool allowautoseek

Examples

C++


Perl


Python


See Also

Stuff

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