Skip to content

scgolang/osc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9ee78cf · Sep 11, 2023
Nov 21, 2015
Mar 29, 2015
Nov 24, 2016
Dec 6, 2016
Nov 25, 2016
Nov 25, 2016
Dec 2, 2016
Dec 6, 2016
Sep 8, 2023
Nov 30, 2016
Jan 28, 2020
Jan 28, 2020
Jan 28, 2020
Dec 6, 2016
Aug 12, 2023
Aug 12, 2023
Aug 12, 2023
Apr 20, 2017
Apr 22, 2017
Nov 23, 2016
Jan 28, 2020
Nov 25, 2016
Sep 8, 2023
Sep 11, 2023
Sep 11, 2023
Sep 8, 2023
Sep 8, 2023
Apr 20, 2017
Jan 28, 2020
Jan 28, 2020
Jan 28, 2020

Repository files navigation

osc

Open Sound Control 1.0 for Go.

Go Report Card

Install

go install github.com/scgolang/osc

Usage

See the ping pong example.

Contributing

This package aims to be high quality and completely compliant with the OSC 1.0 Spec.

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.