RPR SetProjectMarker2

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
(Examples)
 
(5 intermediate revisions not shown)
Line 1: Line 1:
{{API_Doc_Header}}
{{API_Doc_Header}}
-
= =
+
=SetProjectMarker2()=
 +
'''bool SetProjectMarker(int markrgnindexnumber, bool isrgn, double pos, double rgnend, const char* name)''' ''deprecated''<br>
 +
'''bool SetProjectMarker2(void* proj, int markrgnindexnumber, bool isrgn, double pos, double rgnend, const char* name)'''
 +
 
==Parameters==
==Parameters==
 +
void* proj,
 +
int markrgnindexnumber,
 +
bool isrgn,
 +
double pos,
 +
double rgnend,
 +
const char* name
==Returns==
==Returns==
 +
An array, containing
 +
  bool
 +
  void* proj,
 +
  int markrgnindexnumber,
 +
  bool isrgn,
 +
  double pos,
 +
  double rgnend,
 +
  const char* name
==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}}
 +
 +
{{SeeAlso_marker}}
 +
 +
''(Section automatically generated, edits may be overwritten.)''
 +
==Stuff==
==Stuff==
{{API_Doc_Footer}}
{{API_Doc_Footer}}

Latest revision as of 10:52, 29 January 2010

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

Contents

SetProjectMarker2()

bool SetProjectMarker(int markrgnindexnumber, bool isrgn, double pos, double rgnend, const char* name) deprecated
bool SetProjectMarker2(void* proj, int markrgnindexnumber, bool isrgn, double pos, double rgnend, const char* name)

Parameters

void* proj,
int markrgnindexnumber,
bool isrgn,
double pos,
double rgnend,
const char* name

Returns

An array, containing
 bool 
 void* proj,
 int markrgnindexnumber,
 bool isrgn,
 double pos,
 double rgnend,
 const char* name

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,

marker: AddProjectMarker, SetProjectMarker, SetProjectMarker2, DeleteProjectMarker, EnumProjectMarkers, EnumProjectMarkers2,

(Section automatically generated, edits may be overwritten.)

Stuff

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

Personal tools