top of page
- API -
reaper.AZ_SetMediaIdHANDAUTOMER(projID,itemID,ratioType)
- API Detail-
▼Input value
projID(ReaProjct): Project ID
itemID(integer): 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
- SCRIPT -
package.cpath = package.cpath .. ";"..reaper.GetResourcePath() .."/UserPlugins/?.dll"
require("reaper_AZSTOKE_SILVER")
function Msg(param)
reaper.ShowConsoleMsg(tostring(param).."\n")
end
reaper.AZ_SetMediaIdHANDAUTOMER(0,0,1)
HANDAUTOMER
AZ_SetMediaIdHANDAUTOMER
Supported versions:
1.0.3
onwards
Set the specified media ID to "HANDAUTOMER"
bottom of page