top of page
- API -
inType,inLen,outType,outLen= reaper.AZ_GetSelectedMediaFade(projID,selectTrackID,trackItemID)
- API Detail-
▼Input value
projID(ReaProject): Project ID
itemID(integer) : Media item ID
cmdID(integer) : Action command ID
▼Output value
retval(boolean): Success or failure of API execution
- SCRIPT -
function Msg(param)
reaper.ShowConsoleMsg(tostring(param).."\n")
end
reaper.AZ_ActionSelectedMediaIdSelectKeep(0,0,40204)
MEDIA
AZ_GetSelectedTrackMediaFade
Supported versions:
1.0.3
onwards
Gets the fade type and length of the specified media in the specified selected track.
bottom of page