top of page
- API -
beforeRecPath = reaper.AZ_SetProjectInfoRecPath(projID,recPath)
- API Detail -
▼入力値
projID(ReaProjct):プロジェクトID
path(string):フォルダパス※Luaは日本語をそのまま記載可能
▼出力値
beforePath(string):変更前パス
- SIMPLE SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_SILVER")
beforeRecPath = reaper.AZ_SetProjectInfoRecPath(0,"AZSTOKE")
Msg(beforeRecPath)
PROJECT
AZ_SetProjectInfoRecPath
対応バージョン:
1.0.3
以降
プロジェクト設定の録音パスを設定
bottom of page