RPR GetTake
From CockosWiki
| Revision as of 22:19, 3 November 2009 MikeLacey (Talk | contribs) See Also ← Previous diff |
Revision as of 06:33, 5 November 2009 MikeLacey (Talk | contribs) Next diff → |
||
| Line 1: | Line 1: | ||
| {{API_Doc_Header}} | {{API_Doc_Header}} | ||
| - | = = | + | =GetTake()= |
| + | '''GetTake(MediaItem* item, int takeidx)''' | ||
| + | |||
| + | get a take from an item by take count (zero-based) | ||
| ==Parameters== | ==Parameters== | ||
| + | MediaItem* item, | ||
| + | int takeidx | ||
| ==Returns== | ==Returns== | ||
| + | MediaItem_Take* | ||
| ==Examples== | ==Examples== | ||
| ===Perl=== | ===Perl=== | ||
Revision as of 06:33, 5 November 2009
Main Page/REAPER Documentation/ReaScript/ReaScript API/RPR GetTake
Main Page/REAPER Documentation/REAPER API/REAPER API Functions/RPR GetTake
Contents |
GetTake()
GetTake(MediaItem* item, int takeidx)
get a take from an item by take count (zero-based)
Parameters
MediaItem* item, int takeidx
Returns
MediaItem_Take*
Examples
Perl
Python
See Also
Item Take: CountTakes, GetActiveTake, GetMediaItemNumTakes, GetMediaItemTake, GetMediaItemTake_Item, GetMediaItemTake_Source, GetMediaItemTake_Track, GetMediaItemTakeInfo_Value, GetMediaItemNumTakes, GetMediaItemTake, GetMediaItemTake_Item, GetMediaItemTake_Source, GetMediaItemTake_Track, GetMediaItemTakeInfo_Value, GetSetMediaItemTakeInfo_String, GetTake
Stuff
Main Page/REAPER Documentation/ReaScript/ReaScript API/RPR GetTake
Main Page/REAPER Documentation/REAPER API/REAPER API Functions/RPR GetTake
Categories: API | ReaScript | Perl | Python
