No description
Find a file
2021-02-04 20:37:29 +01:00
.github/workflows Add CI badge 2021-01-28 14:15:39 +01:00
tests Make send a macro 2021-02-04 20:37:29 +01:00
example_client.nim Make send a macro 2021-02-04 20:37:29 +01:00
LICENSE Initial commit 2021-01-27 21:34:22 +01:00
nimosc.nim Make send a macro 2021-02-04 20:37:29 +01:00
nimosc.nimble Make send a macro 2021-02-04 20:37:29 +01:00
README.md Add CI badge 2021-01-28 14:15:39 +01:00

NimOSC

A small wrapper around liblo for the Open Sound Control (OSC) protocol.

Very much WIP, but you can check the example_client.nim for, well, an example OSC client.

Of coures, you need to have liblo installed, under Debian/Ubuntu:

sudo apt install liblo-dev

To run the tests, the oscdump tool is used. This is part of the liblo-tools package under Debian/Ubuntu.