top of page
- API -

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

- API Detail -

▼入力値 

projID(ReaProjct):プロジェクトID

path(string):フォルダパス※Luaは日本語をそのまま記載可能


▼出力値 

beforePath(string):変更前パス

afterPaht(string):変更後パス

- SIMPLE SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())

require("reaper_AZSTOKE_SILVER")


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

Msg(beforeRecPath)

Msg(afterRecPath)

PROJECT

AZ_SetProjectInfoRecAddPath

対応バージョン:

1.0.3

以降

プロジェクト設定の録音パスに付加して設定

bottom of page