RPR EnumPitchShiftModes

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
(See Also)
(Examples)
 
(3 intermediate revisions not shown)
Line 1: Line 1:
{{API_Doc_Header}}
{{API_Doc_Header}}
=EnumPitchShiftModes()=
=EnumPitchShiftModes()=
-
bool EnumPitchShiftModes(int idx, char** out)
+
'''bool EnumPitchShiftModes(int idx, char** out)'''
Enumerates (lists) the Pitch Shift Modes, returns FALSE when done, sets out to NULL if a mode is currently unsupported
Enumerates (lists) the Pitch Shift Modes, returns FALSE when done, sets out to NULL if a mode is currently unsupported
Line 8: Line 8:
  char** out
  char** out
==Returns==
==Returns==
-
  True - if there are other modes to enumerate after this one
+
  An array, containing:
-
False - if this is the last mode to be enumerated
+
  bool True - if there are other modes to enumerate after this one, False - if this is the last mode to be enumerated
 +
  int idx,
 +
  char** out
==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==
-
{{SeeAlsoPitchShiftFunctions}}
+
{{SeeAlso_pitch}}
 +
 
 +
''(Section automatically generated, edits may be overwritten.)''
==Stuff==
==Stuff==

Latest revision as of 12:22, 28 January 2010

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

Contents

EnumPitchShiftModes()

bool EnumPitchShiftModes(int idx, char** out)

Enumerates (lists) the Pitch Shift Modes, returns FALSE when done, sets out to NULL if a mode is currently unsupported

Parameters

int idx,
char** out

Returns

An array, containing:
 bool True - if there are other modes to enumerate after this one, False - if this is the last mode to be enumerated
 int idx, 
 char** out

Examples

C++

 

Perl

 

Python

 

See Also

pitch: ReaperGetPitchShiftAPI, EnumPitchShiftModes, EnumPitchShiftSubModes,

(Section automatically generated, edits may be overwritten.)

Stuff

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

Personal tools