top of page
- API -
item = reaper.AZ_InsertMediaOutItem(projID,filePath)
- API Detail-
▼Input value
projID (ReaProject): Project ID
filePath(string) : Full path information
▼Output value
item(MediaItem): Media item
- SCRIPT -
reaper.AZ_InsertMediaOutItem(0,"F:\\script\\test\\wav\\AZ_vo_women_01.wav")
MEDIA
AZ_InsertMediaOutItem
Supported versions:
1.0.3
onwards
Insert the media file at the specified path and get the media item.
bottom of page