https://github.com/lpil/osc
Because I want to learn about OSC and handling binaries in Elixir.
https://github.com/lpil/osc
Last synced: about 1 year ago
JSON representation
Because I want to learn about OSC and handling binaries in Elixir.
- Host: GitHub
- URL: https://github.com/lpil/osc
- Owner: lpil
- License: other
- Created: 2015-04-21T23:20:55.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-28T13:15:35.000Z (about 10 years ago)
- Last Synced: 2025-01-22T05:42:07.288Z (over 1 year ago)
- Language: Elixir
- Homepage:
- Size: 34.2 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OSC
===
[](https://travis-ci.org/lpil/osc)
Open Sound Control for Elixir
## Notes
[Specification][spec] - ([source][source])
[spec]: https://github.com/lpil/osc/blob/master/docs/osc_spec_1_0.md
[source]: http://opensoundcontrol.org/spec-1_0
## References
mururu/msgpack-elixir ->
[packer](https://github.com/mururu/msgpack-elixir/blob/master/lib/message_pack/packer.ex)