diff options
author | Eddy Pedroni <eddy@0xf7.com> | 2021-12-29 17:11:20 +0100 |
---|---|---|
committer | Eddy Pedroni <eddy@0xf7.com> | 2021-12-29 17:11:20 +0100 |
commit | 9090422b2ba5eab9e4131f9b9281ed83128d977c (patch) | |
tree | e62dda403f9cf5c23ac33bd5d2888d46a2d3fec3 /known-issues.md | |
parent | 4474abcfbaf0bbc39de68dae2f8572e271b775bc (diff) |
Updated diagram, improved known issues file
Diffstat (limited to 'known-issues.md')
-rw-r--r-- | known-issues.md | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/known-issues.md b/known-issues.md new file mode 100644 index 0000000..81f2181 --- /dev/null +++ b/known-issues.md @@ -0,0 +1,50 @@ +# Open Issues + +* AB limits are displayed as p.u. + * timestamps would be best + * named limits would also be acceptable e.g. first solo, second solo, etc +* Store playback volume separately for each song (also in session JSON) +* Playlist mode + * automatically play next song when current song ends + * playback doesn't stop when jumping to next/previous song + * should this be the default anyway? + +# Closed Issues + +* Moving AB sliders does not set AB limit. Instead need to save AB limit and then select it to apply +* Loading session is additive, should clear the state first +* Songs are displayed as full path, should be file name or ideally title from metadata +* 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 + +# Use Cases + +## Song/solo practice + +On PC: + +0. Load session +1. Select song +2. Select A/B limit +3. Enable A/B repeat +3. Set overall volume + +On MIDI controller: + +* play/pause +* stop +* set playback speed +* next/previous A/B limit +* jump to limit A + +## Set practice + +On PC: + +0. Load session +1. Set overall volume + +On MIDI controller: + +* next/previous song + |