feat: waveform playhead during audition + docs (v1.5)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -467,6 +467,13 @@ def test_audition_button_present_and_safe(win):
|
||||
assert win._audition_proc is None
|
||||
|
||||
|
||||
def test_audition_clears_waveform_playhead(win):
|
||||
win._wave.set_playhead(5.0)
|
||||
win._stop_audition()
|
||||
assert win._wave._playhead is None
|
||||
assert not win._audition_playhead_timer.isActive()
|
||||
|
||||
|
||||
def test_merge_list_add_remove_reorder(win, tmp_path):
|
||||
from PyQt6.QtCore import Qt
|
||||
a = tmp_path / "a.wav"; b = tmp_path / "b.wav"
|
||||
|
||||
Reference in New Issue
Block a user