top of page

function Msg(param)

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

end


reaper.AZ_SetSelectedMediaIdHANDAUTOMER(0,0,2)

- SCRIPT -

reaper.AZ_SetSelectedMediaIdHANDAUTOMER(projID,selectItemID,ratioType)

- API -

ID

HANDAUTOMER

reaper.AZ_SetSelectedMediaIdHANDAUTOMER

対応バージョン:

1.0.0

以降

Set "HANDAUTOMER" to the specified selection media ID

- API Detail-

▼Input value

projID(ReaProject): Project ID

itemID(integer) : Media item ID

ratioType(integer) : 0/Compression ratio SS 1/Compression ratio S 2/Compression ratio M 3/Compression ratio L


▼Output value

retval(boolean): Success or failure of API execution

bottom of page