RPR format timestr pos

From CockosWiki

(Difference between revisions)
Revision as of 09:12, 2 November 2009
MikeLacey (Talk | contribs)
void format_timestr_pos(double tpos, char* buf, int buflen, int modeoverride)
← Previous diff
Revision as of 16:30, 3 November 2009
MikeLacey (Talk | contribs)
See Also
Next diff →
Line 26: Line 26:
</pre> </pre>
==See Also== ==See Also==
-[[RPR_format_timestr|format_timestr]],+{{SeeAlsoTimeStrFunctions}}
-[[RPR_format_timestr_len|format_timestr_len]],+
-[[RPR_format_timestr_pos|format_timestr_pos]]+
==Stuff== ==Stuff==

Revision as of 16:30, 3 November 2009

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

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