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 -

function Msg(param)

reaper.ShowConsoleMsg(tostring(param).."\n")

end


reaper.AZ_SetSelectedMediaMoveToTrack(0,1,1)

MEDIA

reaper.AZ_SetSelectedMediaMoveToTrack

Supported versions:

1.0.3

onwards

Move the selected media to the specified track

bottom of page