RPR APITest

From CockosWiki

Jump to: navigation, search

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

Contents

void APITest()

The simplest ReaScript script, a basic test that your environment is set up correctly.

Create this script and then call it from within REAPER using Actions/ReaScript: run (python/perl)

You should get an OK dialogue box if everything is ok. Otherwise you need to look at your environment, start here.

Parameters

None

Returns

Nothing

Examples

C++


Perl

#
# APITest.pl
#

use strict;
use warnings;

RPR_APITest();

Python

Don't forget the blank newline at the end of the script:

#
# APITest.py
#

RPR_APITest()

Stuff

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

Personal tools