top of page
- API -

double position = reaper.AZ_StopPlaying()

- API Detail -

▼出力値 

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

- SIMPLE SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())

require("reaper_AZSTOKE_BRONZE")


position = reaper.AZ_StopPlaying()

Msg(position)

CURSOR

AZ_StopPlaying

対応バージョン:

3.0.0

以降

再生を停止

bottom of page