top of page
- API -
reaper.AZ_RenderMediaItemActiveTake(item)
- API Detail-
▼Input value
item(MediItem) : Media item
▼Output value
retval(boolean): Success or failure of API execution
- SCRIPT -
item = reaper.AZ_GetMediaItemSelect(0,0,0)
reaper.AZ_RenderMediaItemActiveTake(item)
MEDIA
AZ_RenderMediaItemActiveTake
Supported versions:
1.0.3
onwards
Export the active take of the specified media to a new take
bottom of page