diff options
| -rw-r--r-- | alv-lib/osc.moon | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/alv-lib/osc.moon b/alv-lib/osc.moon index 7de3452..82be97e 100644 --- a/alv-lib/osc.moon +++ b/alv-lib/osc.moon @@ -48,6 +48,8 @@ listen = Constant.meta @setup_out '!', T['osc/in'] poll: => + if @inputs.io.result\dirty! return + messages = while true data = @state\receive! break unless data @@ -120,6 +122,8 @@ recv_evt = Constant.meta continue if msg.address != path continue if msg.types != types + continue if @out\dirty! + if @state @out\set [v for v in *msg] else |
