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
- Host: GitHub
- URL: https://github.com/scgolang/osc
- Owner: scgolang
- License: mit
- Created: 2015-03-29T01:16:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T10:28:34.000Z (over 2 years ago)
- Last Synced: 2025-08-14T03:16:12.468Z (11 months ago)
- Topics: go, music, open-sound-control, osc
- Language: Go
- Homepage: http://godoc.org/github.com/scgolang/osc
- Size: 144 KB
- Stars: 36
- Watchers: 3
- Forks: 9
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# osc
[Open Sound Control 1.0](http://opensoundcontrol.org/spec-1_0) for Go.
[](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.