top of page
- API -
stopped = reaper.AZ_GetStopState(projID)
- API Detail-
▼Input values
projID(ReaProject): target project (0 for the current project)
▼Output values
stopped(boolean): whether it is stopped (true = stopped)
- SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_SILVER")
projID = 0
stopped = reaper.AZ_GetStopState(projID)
Msg(stopped)
PROJECT
AZ_GetStopState
Supported versions:
2.0.0
onwards
Get whether playback is stopped

bottom of page
