Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 264 Bytes

isplayover.md

File metadata and controls

12 lines (6 loc) · 264 Bytes

IsPlayOver

Check if playback is in progress

Syntax: IsPlayOver()

Notes: This function returns 1 if there is no playback in progress, otherwise returns 0.

Example: if (IsPlayOver()) {...}

See also: IsMelodyOver