13
0
livetrax/libs/surfaces/mackie
Todd Naugle bd008fb87c Mackie Control: Fix logic in timecode display update
Old and new strings are compared before sending to keep traffic down. To
ensure that we send all the required characters be sure to init the last
value to characters that are never going to appear in a real string.

Space is a bad choice since it is a valid character. Use NUL instead.
2021-08-10 16:20:36 -05:00
..
MSVCardour_mackie
button.cc
button.h
control_group.h
controls.cc
controls.h
device_info.cc Mackie Control Surface: Improved support for iCON QCon Pro X 2021-07-02 16:00:51 -05:00
device_info.h Mackie Control Surface: Improved support for iCON QCon Pro X 2021-07-02 16:00:51 -05:00
device_profile.cc
device_profile.h
fader.cc
fader.h
gui.cc Mackie Control: Use selected device's info when building the Keys dialog 2021-08-06 12:18:24 -05:00
gui.h
interface.cc
jog_wheel.cc
jog_wheel.h
jog.cc
jog.h
led.cc
led.h
mackie_control_exception.h
mackie_control_protocol_poll.cc
mackie_control_protocol.cc Mackie Control: Fix logic in timecode display update 2021-08-10 16:20:36 -05:00
mackie_control_protocol.h
mcp_buttons.cc
meter.cc Mackie Control Surface: Move meter deflection calc to a function. 2021-07-02 15:56:11 -05:00
meter.h Mackie Control Surface: Move meter deflection calc to a function. 2021-07-02 15:56:11 -05:00
midi_byte_array.cc
midi_byte_array.h
pot.cc
pot.h
strip.cc Mackie Control Surface: Improved support for iCON QCon Pro X 2021-07-02 16:00:51 -05:00
strip.h Mackie Control Surface: Improved support for iCON QCon Pro X 2021-07-02 16:00:51 -05:00
subview.cc
subview.h
surface_port.cc Amend 285bb4ac7f: remove incomplete code 2021-07-19 20:32:11 -05:00
surface_port.h
surface.cc Mackie Control: Use space as replacement for invaild characters on TC disp 2021-08-10 16:17:11 -05:00
surface.h Mackie Control Surface: Improved support for iCON QCon Pro X 2021-07-02 16:00:51 -05:00
test.cc
timer.h
TODO
types.cc
types.h
wscript