Handautomer
1
「HANDAUTOMER」-Part1- 選択メディアにHANDAUTOMERを実行してMomentary-21LUFSに自動設定
RANK
AZSTOKE_HANDAUTOMER1
import sys
sys.path.append(RPR_GetResourcePath() + r"/UserPlugins")
from RIGDOCKS_python import *
from AZSTOKE_BRONZE_python import *
from AZSTOKE_SILVER_python import *
_,_,allCount,_ = AZ_GetSelectedMediaTypeCount(0,"",0,0)
for i in range(allCount):
AZ_SetSelectedMediaIdHANDAUTOMER(0,i,2)
AZ_SetSelectedMediaIdLoudnessMaxMomentary(0,i,-21,0)
import sys
sys.path.append(RPR_GetResourcePath() + r"/UserPlugins")
from RIGDOCKS_python import *
from AZSTOKE_BRONZE_python import *
from AZSTOKE_SILVER_python import *
・Bronze/SilverのAPIを利用可能にする
_,_,allCount,_ = AZ_GetSelectedMediaTypeCount(0,"",0,0)
・選択メディアの数をallCountに代入
for i in range(allCount):
・allCount分Forループ再生
AZ_SetSelectedMediaIdHANDAUTOMER(0,i,2)
・選択メディアIDに「HandAutomer」を実行 圧縮タイプは「2」を設定
AZ_SetSelectedMediaIdLoudnessMaxMomentary(0,i,-21,0)
・選択メディアIDのMaxMomentaryを-21LUFSに設定
調整したいメディアがプロジェクトに置かれている