diff options
author | Eddy Pedroni <eddy@0xf7.com> | 2022-01-07 16:33:48 +0100 |
---|---|---|
committer | Eddy Pedroni <eddy@0xf7.com> | 2022-01-07 16:33:48 +0100 |
commit | 97f3c945fe2e1369c2e21cef4a474fac3ce4d8db (patch) | |
tree | ba815fd14c4904bf25ef71927835888da8e62c1f /known-issues.md | |
parent | 9efb5716cdbc1d0cfdcc14adc53c0a178cef951d (diff) |
Fixed AB controller bug
Diffstat (limited to 'known-issues.md')
-rw-r--r-- | known-issues.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/known-issues.md b/known-issues.md index a9f5bbe..f11e0f0 100644 --- a/known-issues.md +++ b/known-issues.md @@ -8,8 +8,6 @@ * automatically play next song when current song ends * playback doesn't stop when jumping to next/previous song * should this be the default anyway? -* Switching between songs and AB limits does not work properly - * AB controller only keeps track of limit index, not current song => when song changes, index is invalid but not properly reset # Closed Issues @@ -19,6 +17,8 @@ * When switching between songs, AB limit selection is not reset, this means that if the song has only one limit, it is not possible to load it anymore * No GUI to control playback speed * Add buttons to write current playback position to A or B limit sliders +* Switching between songs and AB limits does not work properly + * AB controller only keeps track of limit index, not current song => when song changes, index is invalid but not properly reset # Use Cases |