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

https://github.com/scgolang/osc

Open Sound Control 1.0 for golang
https://github.com/scgolang/osc

go music open-sound-control osc

Last synced: 6 months ago
JSON representation

Open Sound Control 1.0 for golang

Awesome Lists containing this project

README

          

# osc

[Open Sound Control 1.0](http://opensoundcontrol.org/spec-1_0) for Go.

[![Go Report Card](https://goreportcard.com/badge/github.com/scgolang/osc)](https://goreportcard.com/report/github.com/scgolang/osc)

## Install

```
go install github.com/scgolang/osc
```

## Usage

See the [ping pong example](https://godoc.org/github.com/scgolang/osc#example-UDPConn--Pingpong).

## Contributing

This package aims to be high quality and completely compliant with the [OSC 1.0 Spec](http://opensoundcontrol.org/spec-1_0).

If there is anything missing or this package does not satisfy your use case please open an issue with a detailed description
of what you are doing and we will try to address it as quickly as possible.

If you wish to contribute code, please write tests that cover _all_ your code.