@supercollider/osc
v1.0.0
Published
Open Sound Control packet, bundle and buffer utilities for supercollider
Downloads
29
Maintainers
Readme
@supercollider/osc
Open Sound Control packet, bundle and buffer utilities for supercollider
- Packs OSC messages and bundles into a Node
Buffer
for sending - Unpacks received OSC messages and bundles from a Node
Buffer
It does not concern itself with network connections.
The OSC support is limited to the types and features of SuperCollider server.
This means it does not support inline arrays [f]
This is used internally by @supercollider/server
Usage
const osc = require('@supercollider/osc');
// TODO: DEMONSTRATE API
Documentation
Compatibility
Works on Node 10+
Source code is written in TypeScript and is usable in JavaScript es2018 or TypeScript projects.
Contribute
- Issue Tracker: https://github.com/crucialfelix/supercolliderjs/issues
- Source Code: https://github.com/crucialfelix/supercolliderjs
License
MIT license