allopole/ROSC: Build and Parse Open Sound Control (OSC) Messages

This package contains functions for writing and parsing messages in the Open Sound Control (OSC) format. OSC <http://opensoundcontrol.org/> is a transport-independent, message-oriented communication protocol for communication among software applications and devices. OSC is differentiated from the related encodings XML, JSON, YMAL, MIME and MIDI by use of regular expressions and pattern-matching for dispatching, and by temporal and atomicity semantics. This package partially implements the OSC 1.1 Encoding Specification <http://cnmat.berkeley.edu/content/open-sound-control-11-encoding-specification>.

Getting started

Package details

AuthorEric Marty <marty@ericmarty.com>
MaintainerEric Marty <marty@ericmarty.com>
LicenseMIT + file LICENSE
Version0.0.1
URL https://github.com/allopole/ROSC
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("allopole/ROSC")
allopole/ROSC documentation built on May 9, 2023, 10:09 p.m.