RPR format timestr pos

From CockosWiki

Main Page/REAPER Documentation/ReaScript/ReaScript API/RPR format timestr pos
Main Page/REAPER Documentation/REAPER API/REAPER API Functions/RPR format timestr pos

Contents

format_timestr_pos()

void format_timestr_pos(double tpos, char* buf, int buflen, int modeoverride)

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, 
int modeoverride

Returns

Nothing

Examples

C++


Perl


Python


See Also

timestr functions: format_timestr, format_timestr_len, format_timestr_pos, parse_timestr, parse_timestr_len, parse_timestr_pos,

Stuff

Main Page/REAPER Documentation/ReaScript/ReaScript API/RPR format timestr pos
Main Page/REAPER Documentation/REAPER API/REAPER API Functions/RPR format timestr pos