1
0
Fork 0
Commit Graph

681 Commits

Author SHA1 Message Date
Kevin Matz 3ef5e0498b set default merge mode 2022-12-12 13:43:40 -05:00
Kevin Matz 7dfb0a81d7 universe arbitration is a helper not a subclass 2022-12-12 13:39:10 -05:00
Kevin Matz 64e6ee1c0a add refresh function to consolidate maintenance tasks 2022-12-12 11:32:26 -05:00
Kevin Matz f5d99a03e6 remove unused base class function 2022-12-12 11:31:29 -05:00
Kevin Matz d87fbcf25d unify the callback handlers 2022-12-12 11:29:41 -05:00
Kevin Matz 64140eb757 cache the dominant universe 2022-12-11 21:30:37 -05:00
Kevin Matz e219e64d28 doc updates 2022-12-11 21:30:26 -05:00
Kevin Matz 472b6a1c39 retriever of sources metadata 2022-12-11 21:24:27 -05:00
Kevin Matz a2bd30dbe5 better to just call the callback doer in a lambda 2022-12-11 21:23:34 -05:00
Kevin Matz 74de2c07af don't pay attention to universes that may not be dominant 2022-12-11 21:22:17 -05:00
Kevin Matz 27179b4e00 use a single vector for all callback tokens 2022-12-11 16:53:54 -05:00
Kevin Matz b5f3e63b36 add callbacks for member changes 2022-12-11 16:48:42 -05:00
Kevin Matz 59dbad2264 reorder header 2022-12-11 16:48:06 -05:00
Kevin Matz b84d7bafe9 explicitly call the base class function 2022-12-11 16:46:11 -05:00
Kevin Matz 059c115c15 do data callbacks after synchronization 2022-12-11 16:45:37 -05:00
Kevin Matz ce51e17ddd use the existing metadata 2022-12-11 16:13:10 -05:00
Kevin Matz 6da7001c67 refactor class and file name 2022-12-11 16:04:44 -05:00
Kevin Matz 89716e1af5 make HTP the default merge mode 2022-12-11 15:58:40 -05:00
Kevin Matz 12b34cef6e refactor class and file name 2022-12-11 15:58:28 -05:00
Kevin Matz 7676cd54a2 configurable merge mode for received universes 2022-12-11 14:55:05 -05:00
Kevin Matz b18fb9547f menues doen't behave well with icons 2022-12-11 13:51:59 -05:00
Kevin Matz b48c90bfee merge mode is a property of the universe not the receiver 2022-12-11 10:00:24 -05:00
Kevin Matz 628459840d additional action icons 2022-12-11 09:59:59 -05:00
Kevin Matz a3eb42523e stubs for the OSC library 2022-12-11 09:58:26 -05:00
Kevin Matz 293b2060b8 don't hold the control lock when doing callbacks 2022-12-10 13:34:45 -05:00
Kevin Matz 99e42dba17 shorten activity blink off time 2022-12-10 13:21:31 -05:00
Kevin Matz 0b02bc3c14 toggle'able hold-last-look 2022-12-10 13:20:39 -05:00
Kevin Matz 986dc9b89e remove hold-last-look behaviors from receiver to universe 2022-12-10 12:24:17 -05:00
Kevin Matz 849da8cecb take the control lock when running callbacks 2022-12-10 11:30:23 -05:00
Kevin Matz 8ce86353c9 opportunistically perform maintenance tasks 2022-12-10 11:15:02 -05:00
Kevin Matz dbcde09616 more of making thing constant 2022-12-10 11:12:44 -05:00
Kevin Matz 52758cc904 use the volatile global enabled flag 2022-12-10 11:08:18 -05:00
Kevin Matz 37367cb6b4 explicit constructors and virtual destructors 2022-12-10 11:07:13 -05:00
Kevin Matz 19df7540c1 set organization name before loading settings 2022-12-10 11:05:31 -05:00
Kevin Matz eb47f6543f correct locking semantics 2022-12-09 23:09:52 -05:00
Kevin Matz 8221c90e24 remove commented code 2022-12-09 23:09:26 -05:00
Kevin Matz 16416ff10f mark as const 2022-12-09 23:09:11 -05:00
Kevin Matz 45cee71b19 become more constant 2022-12-09 21:27:27 -05:00
Kevin Matz c4cf9768ab use scoped mutex locking 2022-12-09 21:08:35 -05:00
Kevin Matz 1f57ef1029 use seperate sockets for rx and tx 2022-12-09 21:00:38 -05:00
Kevin Matz fe8bc039bc rename private variable 2022-12-09 18:17:04 -05:00
Kevin Matz c9dec23ea9 initialize the DMP data segment from the sending thread 2022-12-09 16:08:16 -05:00
Kevin Matz 0c9c85830e use dynamic casts if RTTI is an available feature 2022-12-09 16:04:31 -05:00
Kevin Matz 4975c7e809 rearrange in header order 2022-12-09 15:16:03 -05:00
Kevin Matz 1d1be459c8 rename mutex for consistency 2022-12-09 11:54:52 -05:00
Kevin Matz e6146e9efe standard timing intervals are constant 2022-12-09 11:46:18 -05:00
Kevin Matz 7f8e9ce4ac shared lock for universe access control 2022-12-09 11:18:27 -05:00
Kevin Matz d11e136247 use locking guards 2022-12-09 10:29:01 -05:00
Kevin Matz f1d3fe0256 use a shared mutex to lock the dimmer data 2022-12-09 10:28:02 -05:00
Kevin Matz b7ca5c36f5 reuse the sACN framing layer PDU 2022-12-09 09:26:42 -05:00