RPR GetProjectTimeSignature2

From CockosWiki

Jump to: navigation, search

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

Contents

GetProjectTimeSignature2()

void GetProjectTimeSignature(double* bpm, double* bpi) deprecated
void GetProjectTimeSignature2(void* proj, double* bpm, double* bpi)

This functions returns the basic time signature (beats per minute, numerator of time signature in bpi) of the project. This does not reflect the time signature at any particular point in the timeline of the project (as may be affected by tempo envelopes) but is purely what is set in the project settings.

Parameters

void* proj, 
double* bpm, 
double* bpi

Returns

An array, containing
 void* proj, 
 double* bpm,
 double* bpi

Examples

C++

 

Perl

 

Python

 

See Also

project: GetItemProjectContext, GetProjectPath, GetProjectPathEx, GetProjectTimeSignature, GetProjectTimeSignature2, Main_openProject, SelectProjectInstance, SetProjectMarker, SetProjectMarker2, UpdateItemInProject, plugin_getImportableProjectFilterList, projectconfig_var_addr, projectconfig_var_getoffs, AddProjectMarker, DeleteProjectMarker, EnumProjectMarkers, EnumProjectMarkers2, EnumProjects,

(Section automatically generated, edits may be overwritten.)

Stuff

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

Personal tools