top of page
- API -
track = reaper.AZ_InsertTrackId(projID,trackID)
- API Detail-
▼Input value
projID(ReaProject): Project ID
trackID(integer) : track ID
▼Output value
track(MediaTrack): track item
- SCRIPT -
function Msg(param)
reaper.ShowConsoleMsg(tostring(param).."\n")
end
track = reaper.AZ_InsertTrackId(0,3)
reaper.AZ_SetTrackItemName(track,"AZSTOKE")
TRACK
AZ_InsertTrackId
Supported versions:
1.0.3
onwards
Insert the track with the specified ID
bottom of page