RPR EnumPitchShiftModes

From CockosWiki

Jump to: navigation, search

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