top of page
function Msg(param)
reaper.ShowConsoleMsg(tostring(param).."\n")
end
track = reaper.AZ_InsertTrackId(0,3)
reaper.AZ_SetTrackItemName(track,"AZSTOKE")
- SCRIPT -
track = reaper.AZ_InsertTrackId(projID,trackID)
- API -
ID
TRACK
reaper.AZ_InsertTrackId
対応バージョン:
1.0.0
以降
Insert the track with the specified ID
LUA
- API Detail-
▼Input value
projID(ReaProject): Project ID
trackID(integer) : track ID
▼Output value
track(MediaTrack): track item
bottom of page