Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jbclements/osc

Racket bindings for OSC
https://github.com/jbclements/osc

Last synced: 1 day ago
JSON representation

Racket bindings for OSC

Awesome Lists containing this project

README

        

rack-osc
========

Racket bindings for OSC

This library provides the means for racket programs to act as OSC clients.
More specifically, it provides functions to produce OSC message and bundle
byte-strings, and to parse those byte-strings back into OSC elements.

To install, follow the standard instructions for installing packages:

raco pkg install osc

(or navigate through the "Install Package..." menus)