RPR EnumPitchShiftModes

From CockosWiki

(Difference between revisions)
Jump to: navigation, search
()
Line 1: Line 1:
{{API_Doc_Header}}
{{API_Doc_Header}}
-
= =
+
=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==
==Parameters==
 +
int idx,
 +
char** out
==Returns==
==Returns==
 +
True - if there are other modes to enumerate after this one
 +
False - if this is the last mode to be enumerated
==Examples==
==Examples==
===Perl===
===Perl===

Revision as of 23:11, 29 October 2009

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

Contents

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

True - if there are other modes to enumerate after this one
False - if this is the last mode to be enumerated

Examples

Perl


Python


See Also

Stuff

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

Personal tools