top of page
- API -

beforeRecPath,afterRecPath = reaper.AZ_SetProjectInfoRecAddPath(projID,addRecPath)

- API Detail-

▼Input value

projID(ReaProjct): Project ID

path(string): Folder path *Lua can be written in Japanese as is


▼Output value

retval(boolean): Success or failure of API execution

beforePath(string): Path before change

afterPaht(string): Path after change

- SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())

require("reaper_AZSTOKE_SILVER")


beforeRecPath,afterRecPath = reaper.AZ_SetProjectInfoRecAddPath(0,"AZSTOKE")

Msg(beforeRecPath)

Msg(afterRecPath)

PROJECT

AZ_SetProjectInfoRecAddPath

Supported versions:

1.0.0

onwards

Add to the recording path in the project settings

bottom of page