top of page
- API -

reaper.AZ_SetTrackAllMuteOFF(projID)

- API Detail-

▼Input value

projID(ReaProject): Project ID


▼Output value

retval(boolean): Success or failure of API execution

- SCRIPT -

package.cpath = package.cpath .. ";"..reaper.GetResourcePath() .."/UserPlugins/?.dll"

require("reaper_AZSTOKE_SILVER")


function Msg(param)

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

end


retval = reaper.AZ_SetTrackAllMuteOFF(0)

Msg(retval)

TRACK

AZ_SetTrackAllMuteOFF

Supported versions:

1.0.3

onwards

Unmute all tracks

bottom of page