RPR GetPlayStateEx

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
(See Also)
()
Line 1: Line 1:
{{API_Doc_Header}}
{{API_Doc_Header}}
-
= =
+
=GetPlayState()=
 +
int GetPlayState()
 +
int GetPlayStateEx(void* proj)
 +
 
 +
&1=playing,&2=pause,&=4 is recording
 +
 
==Parameters==
==Parameters==
 +
void* proj
==Returns==
==Returns==
 +
int &1=playing,&2=pause,&=4 is recording
==Examples==
==Examples==
===Perl===
===Perl===

Revision as of 13:18, 4 November 2009

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR GetPlayStateEx
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR GetPlayStateEx

Contents

GetPlayState()

int GetPlayState() int GetPlayStateEx(void* proj)

&1=playing,&2=pause,&=4 is recording

Parameters

void* proj

Returns

int &1=playing,&2=pause,&=4 is recording

Examples

Perl


Python


See Also

Play functions: GetPlayPosition, GetPlayPositionEx, GetPlayPosition2, GetPlayPosition2Ex, GetPlayState, GetPlayStateEx, Master_GetPlayRateAtTime, OnPlayButton, OnPlayButtonEx, PlayPreview, PlayTrackPreview, PlayTrackPreview2

Stuff

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR GetPlayStateEx
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR GetPlayStateEx

Personal tools