RPR projectconfig var getoffs

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
(Examples)
 
(4 intermediate revisions not shown)
Line 1: Line 1:
{{API_Doc_Header}}
{{API_Doc_Header}}
-
= =
+
=projectconfig_var_getoffs()=
 +
'''int projectconfig_var_getoffs(const char* name, int* szout)'''
 +
 
 +
makes filename relative to the current project, if any
 +
 
==Parameters==
==Parameters==
 +
const char* name,
 +
int* szout
==Returns==
==Returns==
 +
An array, containing
 +
  int
 +
  const char* name,
 +
  int* szout
==Examples==
==Examples==
 +
===C++===
 +
<source lang=cpp>
 +
</source>
 +
 +
===Perl===
===Perl===
-
<pre>
+
<source lang=perl>
-
</pre>
+
</source>
 +
 
 +
 
===Python===
===Python===
-
<pre>
+
<source lang=python>
-
</pre>
+
</source>
 +
 
==See Also==
==See Also==
 +
{{SeeAlso_project}}
 +
 +
''(Section automatically generated, edits above this line may be overwritten.)''
 +
==Stuff==
==Stuff==
{{API_Doc_Footer}}
{{API_Doc_Footer}}

Latest revision as of 10:43, 29 January 2010

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR projectconfig var getoffs
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR projectconfig var getoffs

Contents

projectconfig_var_getoffs()

int projectconfig_var_getoffs(const char* name, int* szout)

makes filename relative to the current project, if any

Parameters

const char* name,
int* szout

Returns

An array, containing
 int
 const char* name,
 int* szout

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 above this line may be overwritten.)

Stuff

Main Page > REAPER Documentation > ReaScript > ReaScript API, Functions > RPR projectconfig var getoffs
Main Page > REAPER Documentation > REAPER API > REAPER API Functions > RPR projectconfig var getoffs

Personal tools