RPR OnStopButtonEx

From CockosWiki

Jump to: navigation, search

Contents

OnStopButtonEx()

void OnStopButton() deprecated
void OnStopButtonEx(void* proj)

This function simulates the user pressing the Stop button

Parameters

void* proj

Returns

void

Examples

C++

 


Perl

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


Python

 

See Also

stop: OnStopButton, OnStopButtonEx, StopPreview, StopTrackPreview, StopTrackPreview2, CSurf_OnStop,

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

Stuff

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

Personal tools