Don't add duplicate remote_control_id to active banks. Notes and tweaks.
[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 * finish button mapping
6 * discuss button mapping for Ardour
7 * concurrency for bank switching? And make sure "old" events aren't sent to "new" faders
8 * concurrency in write( bytes ). Queueing?
9 * TODOs in code
10 * handle remote_control_id changed signal from Route.
11 * handle removal of route. Need another session signal?
12 * use i18n. see string_compose
13 * MackieControlProtocol in namespace Mackie?
14 * Generic surface code to common location
15 * power-cycling of surface. fd_midiport doesn't close.
16 * remove couts
17 * jog with transport rolling doesn't work properly. My use of ScrollTimeline also doesn't work.
18 * docs in manual
19
20 Later
21 -----
22 * which bank switching - overlap or dead faders? Option?
23 * signals for buttons?
24 * mix busses and/or a "bus-only" bank/mode
25 * what about surfaces like Mackie C4 and BCR2000?
26
27 Need UI integration
28 -------------------
29 * Some indication on the UI of currently bank-switched-in routes?
30   Useful for surfaces that don't have a scribble strip.
31 * use current zoom setting and snap state for shuttle wheel
32
33 Actual Mackie
34 -------------
35 * docs claim that unit will send a host query on init.
36 * test Mackie surface object. Apparently led rings don't work. Stereo busses?
37 * timecode & 55 char displays
38 * midi bandwidth
39
40 Bugs
41 ----
42
43 * get_state isn't called on deactivate. Huh? What did I mean here?
44 * routes "forget" their remote_id between session save and the next session load
45 * definitely something wrong with remote_id assignment on session create
46   (master strip assigned 0).
47 * editor window doesn't update route remote_control_id when it's updated in mixer window.