top of page

function Msg(param)

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

end

reaper.AZ_SetMediaFade(0,0,1,0.5,2,0.7)

- SCRIPT -

reaper.AZ_SetMediaFade(projID,itemID,inType,inLen,outType,outLen)

- API -

対応バージョン:

1.0.1

以降

MEDIA

reaper.AZ_SetMediaFade

Set the fade type and length for the specified media

- API Detail-

▼Input value

  • projID (ReaProject): Project ID

  • itemID(integer): Item ID

  • inType(integer): Type of start fade (0 to 6)

  • inLen(number): Length of the start fade (in seconds)

  • outType(integer): End fade type (0 to 6)

  • outLen(number): Length of the end fade (in seconds)

▼Output value

  • retval(boolean): Success or failure of API execution

bottom of page