13
0
livetrax/libs/surfaces/control_protocol
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
..
control_protocol redesign cross-thread registration/signalling system 2015-12-28 10:14:17 -05:00
MSVCardour_cp Add the new (UINTSDEFINED) preprocessor directive to all out MSVC projects (just to be on the safe side) 2015-06-09 13:18:42 +01:00
basic_ui.cc add goto_zero() function for BasicUI 2015-11-24 23:40:54 -05:00
control_protocol.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
wscript remove lib versioning for internal plugins 2015-02-16 17:32:56 +01:00