Skip to content

pause/continue api #188

@brusand

Description

@brusand

Description

In the Live Python Remote Script API, song.stop_playing() resets
current_song_time to 0. Is there a way to stop playback while keeping the
playhead at its current position (equivalent to the UI behavior where stopping
once keeps position, stopping twice returns to start)?
Does song.continue_playing() use the internal "continue marker" or
current_song_time?
Does setting current_song_time = x after stop_playing() persist, or is it
overwritten asynchronously?

How to Reproduce

Expected Behaviour

stop at current position time and continue at this position (not from 0)

Screenshots

System Information

  • OS: [e.g. macOS]
  • mac os tahoe 26.3.1
  • OS Version: [e.g. Sequoia]
  • Live Version: [e.g. Live 12.2.2 Suite]

Additional Context

Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions