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

bottom of page
