RPR OnPlayButtonEx

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
(Perl)
(Examples)
 
(2 intermediate revisions not shown)
Line 11: Line 11:
==Examples==
==Examples==
===C++===
===C++===
 +
<source lang=cpp>
 +
</source>
 +
 +
===Perl===
===Perl===
-
<pre>
+
<source lang=perl>
use strict;
use strict;
use warnings;
use warnings;
Line 19: Line 23:
RPR_OnPlayButtonEx(CURR_PROJ);
RPR_OnPlayButtonEx(CURR_PROJ);
-
</pre>
+
</source>
 +
 
===Python===
===Python===
-
<pre>
+
<source lang=python>
-
</pre>
+
</source>
 +
 
==See Also==
==See Also==
-
{{SeeAlsoPlayFunctions}}
+
{{SeeAlso_play}}
 +
 
 +
''(Section automatically generated, edits above this line may be overwritten.)''
==Stuff==
==Stuff==

Latest revision as of 10:17, 29 January 2010

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

Contents

OnPlayButtonEx()

void OnPlayButton() deprecated
void OnPlayButtonEx(void* proj)

This function simulates the user pressing the Play button

Parameters

void* proj

Returns

void

Examples

C++

 


Perl

use strict;
use warnings;
 
use constant CURR_PROJ => 0;
 
RPR_OnPlayButtonEx(CURR_PROJ);


Python

 

See Also

play: Master_GetPlayRateAtTime, CSurf_OnPlay, GetPlayPosition, GetPlayPosition2, CSurf_SetPlayState, GetPlayPosition2Ex, GetPlayPositionEx, OnPlayButton, GetPlayState, OnPlayButtonEx, GetPlayStateEx, PlayPreview, PlayTrackPreview, PlayTrackPreview2,

(Section automatically generated, edits above this line may be overwritten.)

Stuff

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

Personal tools