13
0
livetrax/libs/surfaces/mackie
Paul Davis 0d9efc1148 redesign cross-thread registration/signalling system
This new design will work even when threads that need to receive
messages from RT threads are created *after* the RT threads. The
existing design would fail because the RT thread(s) would never
be known the later created threads, and so signals emitted by the
RT thread and causing call_slot() in the receiver would end up
being enqueued using a lock-protected list. The new design ensures
that communication always uses a lock-free FIFO instead
2015-12-28 10:14:17 -05:00
..
MSVCardour_mackie
button.cc add UserA and UserB buttons to mackie button list 2015-12-16 05:52:27 -05:00
button.h
control_group.h
controls.cc
controls.h
device_info.cc mackie support omnibus patch 2015-10-13 15:34:53 -04:00
device_info.h
device_profile.cc
device_profile.h
fader.cc
fader.h
gui.cc there is no "default" mackie device profile 2015-12-09 00:19:15 -05:00
gui.h
interface.cc redesign cross-thread registration/signalling system 2015-12-28 10:14:17 -05:00
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 redesign cross-thread registration/signalling system 2015-12-28 10:14:17 -05:00
mackie_control_protocol.h redesign cross-thread registration/signalling system 2015-12-28 10:14:17 -05:00
mcp_buttons.cc mackie: properly track lifetime of subview route; fix subview/potmode LED state mgmt 2015-12-16 06:01:55 -05:00
meter.cc
meter.h
midi_byte_array.cc
midi_byte_array.h
pot.cc
pot.h
strip.cc Mackie control: non-existent controls zero pot ring fix. 2015-12-19 11:50:13 -08:00
strip.h mackie: track compressor mode changes in display 2015-12-16 06:01:47 -05:00
surface_port.cc
surface_port.h
surface.cc mackie: use new route API for universal access to pan/eq/dynamics parameters to provide panning and EQ control 2015-12-16 06:01:20 -05:00
surface.h mackie: cleanup subview mode a little 2015-12-16 05:55:10 -05:00
test.cc
timer.h
TODO
types.cc
types.h
wscript