top of page
- API -

double position = reaper.AZ_PausePlaying()

- API Detail -

▼出力値 

position(number) : 一時停止後の再生カーソル位置(秒)

- SIMPLE SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())

require("reaper_AZSTOKE_BRONZE")


position = reaper.AZ_PausePlaying()

Msg(position)

CURSOR

AZ_PausePlaying

対応バージョン:

3.0.0

以降

再生を一時停止

bottom of page