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.
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
Additional Context
Add any other context about the problem here.