top of page
- API -

reaper.AZ_SetSelectedMediaMoveToTrack(projID,selectItemID,moveTrackID)

- API Detail-

▼Input value

  • projID (ReaProject): Project ID

  • selectItemID (integer) : Selected item ID

  • moveTrackD(integer): The track ID to move

▼Output value

  • retval(boolean): Success or failure of API execution

- SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())


reaper.AZ_SetSelectedMediaMoveToTrack(0,1,1)

MEDIA

AZ_SetSelectedMediaMoveToTrack

Supported versions:

1.0.0

onwards

Move the selected media to the specified track

bottom of page