top of page
- API -

rate= reaper.AZ_GetSelectedMediaRate(projID, selectItemID)

- API Detail -

▼入力値 

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

itemID(integer) : メディアアイテムID

cmdID(integer) :  アクションコマンドID


- SIMPLE SCRIPT -

function Msg(param)

   reaper.ShowConsoleMsg(tostring(param).."\n")

end


reaper.AZ_ActionSelectedMediaIdSelectKeep(0,0,40204)

MEDIA

AZ_GetSelectedMediaRate

対応バージョン:

1.0.3

以降

指定選択メディアの再生速度を取得

bottom of page