RPR format timestr

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
()
Line 1: Line 1:
{{API_Doc_Header}}
{{API_Doc_Header}}
-
= =
+
=void format_timestr(double tpos, char* buf, int buflen)=
 +
 
 +
time formatting mode overrides: -1=proj default.
 +
0=time
 +
1=measures:beats + time
 +
2=measures:beats
 +
3=seconds
 +
4=samples
 +
5=h:m:s:f
 +
 
==Parameters==
==Parameters==
 +
double tpos,
 +
char* buf,
 +
int buflen
==Returns==
==Returns==
 +
Nothing
==Examples==
==Examples==
===Perl===
===Perl===

Revision as of 23:42, 29 October 2009

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR format timestr
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR format timestr

Contents

void format_timestr(double tpos, char* buf, int buflen)

time formatting mode overrides: -1=proj default. 0=time 1=measures:beats + time 2=measures:beats 3=seconds 4=samples 5=h:m:s:f

Parameters

double tpos, 
char* buf, 
int buflen

Returns

Nothing

Examples

Perl


Python


See Also

Stuff

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR format timestr
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR format timestr

Personal tools