update surface when remote ids change
[ardour.git] / libs / surfaces / mackie / TODO
1 * how long can UI signal callbacks take to execute? What happens if they block?
2   where ENSURE_CORRECT_THREAD is a macro that is modelled on ENSURE_GUI_THREAD
3   if the handler is not called in the "correct thread", it will use a pseudo-RT-safe-enough technique to get the correct thread to recall "handler" later on, and return.
4
5 * automation feedback not working
6 * finish button mapping
7 * discuss button mapping for Ardour
8 * concurrency for bank switching? And make sure "old" events aren't sent to "new" faders
9 * concurrency in write( bytes ). Queueing?
10 * TODOs in code
11 * removal of a route results in a strip that isn't dead, but doesn't have any effect on the session
12 * bulk remote id changes cause too many surface updates
13 * use i18n. see string_compose
14 * MackieControlProtocol in namespace Mackie?
15 * Generic surface code to common location
16 * power-cycling of surface. fd_midiport doesn't close.
17 * remove couts
18 * jog with transport rolling doesn't work properly. My use of ScrollTimeline also doesn't work.
19 * docs in manual, including button assignment diagram
20
21 Later
22 -----
23 * which bank switching - overlap or dead faders? Option?
24 * signals for buttons?
25 * mix busses and/or a "bus-only" bank/mode
26 * what about surfaces like Mackie C4 and BCR2000?
27
28 Need UI integration
29 -------------------
30 * Some indication on the UI of currently bank-switched-in routes?
31   Useful for surfaces that don't have a scribble strip.
32 * use current zoom setting and snap state for shuttle wheel
33
34 Actual Mackie
35 -------------
36 * docs claim that unit will send a host query on init.
37 * test Mackie surface object. Apparently led rings don't work. Stereo busses?
38 * timecode & 55 char displays
39 * midi bandwidth
40
41 Bugs
42 ----
43
44 * get_state isn't called on deactivate. Huh? What did I mean here?
45 * routes "forget" their remote_id between session save and the next session load
46 * definitely something wrong with remote_id assignment on session create
47   (master strip assigned 0).
48 * editor window doesn't update route remote_control_id when it's updated in mixer window.