diff options
author | cbdev <cb@cbcdn.com> | 2020-03-06 23:47:03 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2020-03-06 23:47:03 +0100 |
commit | 3a53a29df4c762a1ea3891be24615f74469b6be2 (patch) | |
tree | 6ac3516eefa029af5a537cf9dd2cd43330b5844f /backends | |
parent | 1b3f7610d47ba5464e7aa2e16b5b1a27b7d0f5a3 (diff) | |
download | midimonster-3a53a29df4c762a1ea3891be24615f74469b6be2.tar.gz midimonster-3a53a29df4c762a1ea3891be24615f74469b6be2.tar.bz2 midimonster-3a53a29df4c762a1ea3891be24615f74469b6be2.zip |
Minor fixes
Diffstat (limited to 'backends')
-rw-r--r-- | backends/sacn.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/sacn.c b/backends/sacn.c index 6c08b5a..54cc7b5 100644 --- a/backends/sacn.c +++ b/backends/sacn.c @@ -523,6 +523,7 @@ static int sacn_handle(size_t num, managed_fd* fds){ } //check for keepalive frames, synthesize frames if necessary + global_cfg.next_frame = 0; for(u = 0; u < global_cfg.fds; u++){ for(c = 0; c < global_cfg.fd[u].universes; c++){ synthesize_delta = timestamp - global_cfg.fd[u].universe[c].last_frame; |