aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/artnet.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-03-10 20:44:38 +0100
committercbdev <cb@cbcdn.com>2020-03-10 20:44:38 +0100
commite48583db0e02336381a1626af814549bf12b1214 (patch)
tree96434326528c8c224cdd779cb0fc8d7db17de63f /backends/artnet.h
parent377556e3407b107d6033be246ba6f41e0681f690 (diff)
downloadmidimonster-e48583db0e02336381a1626af814549bf12b1214.tar.gz
midimonster-e48583db0e02336381a1626af814549bf12b1214.tar.bz2
midimonster-e48583db0e02336381a1626af814549bf12b1214.zip
Check ArtNet/sACN channel direction at map time
Diffstat (limited to 'backends/artnet.h')
-rw-r--r--backends/artnet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/artnet.h b/backends/artnet.h
index d83999d..ac69b3d 100644
--- a/backends/artnet.h
+++ b/backends/artnet.h
@@ -20,7 +20,7 @@ static int artnet_shutdown(size_t n, instance** inst);
#define ARTNET_KEEPALIVE_INTERVAL 1000
//limit transmit rate to at most 44 packets per second (1000/44 ~= 22)
-#define ARTNET_FRAME_TIMEOUT 15
+#define ARTNET_FRAME_TIMEOUT 20
#define ARTNET_SYNTHESIZE_MARGIN 10
#define MAP_COARSE 0x0200