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 -

function Msg(param)

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

end


reaper.AZ_SetMediaMoveToTrack(0,1,1)

MEDIA

reaper.AZ_SetMediaMoveToTrack

Supported versions:

1.0.3

onwards

Move the specified media to the specified track

bottom of page