aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/sacn.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-07-26 23:01:35 +0200
committercbdev <cb@cbcdn.com>2020-07-26 23:01:35 +0200
commit6291031a98539bdf51262329b0dc20604c2bad70 (patch)
treec2ef603daf134a2c477d50b814c05215b464ed4d /backends/sacn.h
parent897e6f2e84e80f2109c5cb553b5fe15e7ce4ad50 (diff)
downloadmidimonster-6291031a98539bdf51262329b0dc20604c2bad70.tar.gz
midimonster-6291031a98539bdf51262329b0dc20604c2bad70.tar.bz2
midimonster-6291031a98539bdf51262329b0dc20604c2bad70.zip
Implement rudimentary detect mode for sACN (#70)
Diffstat (limited to 'backends/sacn.h')
-rw-r--r--backends/sacn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/sacn.h b/backends/sacn.h
index 4138f45..0c44ebc 100644
--- a/backends/sacn.h
+++ b/backends/sacn.h
@@ -40,6 +40,7 @@ typedef struct /*_sacn_universe_model*/ {
} sacn_universe;
typedef struct /*_sacn_instance_model*/ {
+ uint32_t last_input;
uint16_t uni;
uint8_t realtime;
uint8_t xmit_prio;