top of page
- API -

reaper.AZ_SetTrackIdMute(projID,trackID,muteType)

- 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)

TRACK

AZ_SetTrackIdMute

対応バージョン:

1.0.3

以降

指定トラックIDのミュートを設定

bottom of page