top of page

reaper.AZ_InsertMediaOutItem(0,"F:\\script\\test\\wav\\AZ_vo_women_01.wav")

- SCRIPT -

item = reaper.AZ_InsertMediaOutItem(projID,filePath)

- API -

ID

MEDIA

reaper.AZ_InsertMediaOutItem

対応バージョン:

2.0.0

以降

Insert the media file at the specified path and get the media item.

- API Detail-

▼Input value

  • projID (ReaProject): Project ID

  • filePath(string) : Full path information

▼Output value

  • item(MediaItem): Media item

bottom of page