summaryrefslogtreecommitdiff
path: root/open-sound-control/server.scm
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2024-03-17 18:12:09 +0100
committerThomas White <taw@physics.org>2024-03-17 18:12:09 +0100
commitd931d96a0872140b570b9c5e1a5024cf2dfee000 (patch)
treed080a694e9db6e006f99ff05a9bf09c2d50c37fd /open-sound-control/server.scm
parent37ab592e6f8e29cfae51e02ab13078765ca6d3cf (diff)
Add add-osc-wildcard
Diffstat (limited to 'open-sound-control/server.scm')
-rw-r--r--open-sound-control/server.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/open-sound-control/server.scm b/open-sound-control/server.scm
index 308faf1..0619bbe 100644
--- a/open-sound-control/server.scm
+++ b/open-sound-control/server.scm
@@ -22,4 +22,5 @@
#:use-module (open-sound-control api)
#:re-export (make-osc-server
add-osc-method
+ add-osc-wildcard
osc-recv))