top of page
- API -
reaper.AZ_SetSelectedTrackMediaMoveToTrack(projID,selectTrackID,,trackItemID,moveTrackID)
- API Detail-
▼Input value
projID (ReaProject): Project ID
selectTrackID(inter) : Selected track ID
trackItemID (integer) : Track 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_SetSelectedTrackMediaMoveToTrack(0,1,1,0)
MEDIA
AZ_SetSelectedTrackMediaMoveToTrack
Supported versions:
1.0.3
onwards
Move the specified media in the specified selected track to the specified track
bottom of page