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 |
[edit]
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)
[edit]
Parameters
bool isSet, bool isLoop, double* start, double* end, bool allowautoseek
[edit]
Returns
An array, containing void* proj, bool isSet, bool isLoop, double* start, double* end, bool allowautoseek
[edit]
Examples
[edit]
C++
[edit]
Perl
[edit]
Python
[edit]
See Also
[edit]
Stuff
Main Page/REAPER Documentation/ReaScript/ReaScript API/RPR GetSet LoopTimeRange2
Main Page/REAPER Documentation/REAPER API/REAPER API Functions/RPR GetSet LoopTimeRange2
Categories: API | ReaScript | Perl | Python
