blob: 2a43f53ace9c4f0628f4bf1b8c2ce1d43593e2ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
# 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?
* AB list view in Qt GUI is currently not working correctly
* selection is not cleared properly when changing songs
* sometimes crashes when selecting limits with MIDI controller
* MIDI controller feature requests:
* skip ahead and behind by steps of a few seconds
# 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
* 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
* Changing song while playing does not update play/pause button LED on MIDI controller
* Accept file path as argument to Qt GUI to automatically load session
* Key mapping in Qt to jump to A
* Space bar in principle
* Not so easy to do actually, used Super L instead
* AB repeat toggle in MIDI controller
* CLI feature requests:
* close application without crashing
* wipe LED state when application closes
* set A and B points at current play head position (during playback)
* GUI feature requests:
* wipe LED state when application closes
# 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
|