top of page
- API -
reaper.AZ_SetMediaMoveToTrack(projID,itemID,moveTrackID)
- API Detail-
▼Input value
projID (ReaProject): Project ID
itemID (integer) : 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_SetMediaMoveToTrack(0,1,1)
MEDIA
AZ_SetMediaMoveToTrack
Supported versions:
1.0.1
onwards
Move the specified media to the specified track

bottom of page




