top of page

10

Media

AZSTOKE_SelectAllMediaAddPitch

全選択メディアのピッチを-1

RANK

allCount,_ = reaper.AZ_GetSelectedMediaTypeCount(0,"")


for i = 0,allCount-1 do

  reaper.AZ_SetSelectedMediaAddPitch(0,i,-1)


end

allCount,_ = reaper.AZ_GetSelectedMediaTypeCount(0,"")

  • 選択しているメディアの数(allCount)を取得


for i = 0,allCount-1 do

  • 0から変数(allCount-1)分、ループさせる

  reaper.AZ_SetSelectedMediaAddPitch(0,i,-1)

  • 変数(i)に入った選択しているメディアのピッチを-1に設定


end

To use the API, you need to sign up for a plan.

Download the dedicated API

need to do it.

*SILVER is scheduled to be released in May.

プロジェクト内にメディアを複数設置

- Script Code -
- Script Image -
- Warm Up -
- Script Detail -
- API -

LUA

​ReaScript File Download 👇

* A dedicated API is required to run this

- Script Image -
bottom of page