@supercollider/osc
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@supercollider/osc

NPM downloads MIT License

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

Documentation

Compatibility

Works on Node 10+

Source code is written in TypeScript and is usable in JavaScript es2018 or TypeScript projects.

Contribute

License

MIT license

Package Sidebar

Install

npm i @supercollider/osc

Weekly Downloads

9

Version

1.0.0

License

MIT

Unpacked Size

65.1 kB

Total Files

29

Last publish

Collaborators

  • crucialfelix