Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jbclements/osc
- Owner: jbclements
- Created: 2012-04-20T05:08:15.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-02-04T18:01:08.000Z (12 months ago)
- Last Synced: 2025-01-29T06:54:04.002Z (2 days ago)
- Language: Racket
- Homepage:
- Size: 78.1 KB
- Stars: 6
- Watchers: 3
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-racket - osc - Open Sound Control data definitions. (Audio and Music)
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)