summaryrefslogtreecommitdiff
path: root/open-sound-control
AgeCommit message (Collapse)Author
2024-03-17Add add-osc-wildcardThomas White
2024-03-17Add osc-send-fromThomas White
2023-04-25Add blocking serverThomas White
2023-04-16Add initial (osc-send ...)Thomas White
2023-04-16Rearrange namespaceThomas White
(guile-osc engine) becomes (open-sound-control server-thread) to better match liblo's types. Later on, we could also have the non-threading server. This also makes the port number into a parameter for make-osc-server-thread.