vivid-osc: Open Sound Control encode/decode
Small, simple, and well-tested implementation of the Open Sound Control message format.
Example usage:
>>>
:set -XOverloadedStrings
>>>
msg = OSC "/foo" [OSC_S "bar", OSC_I 9, OSC_F 0.25, OSC_B "this-is-binary"]
>>>
:t msg
> msg :: OSC>>>
:t encodeOSC msg
> encodeOSC msg :: ByteString>>>
decodeOSC (encodeOSC msg) == Right msg
> True
See the README.md file for examples of sending and receiving with UDP
[Skip to Readme]
Downloads
- vivid-osc-0.4.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.3.0.0, 0.4.0.0, 0.5.0.0 |
---|---|
Dependencies | base (>3 && <5), binary, bytestring, cereal, time (>=1.2) [details] |
License | LicenseRef-GPL |
Author | Tom Murphy |
Maintainer | Tom Murphy |
Category | Audio, Codec, Music, Sound |
Uploaded | by TomMurphy at 2018-10-11T04:11:29Z |
Distributions | LTSHaskell:0.5.0.0, NixOS:0.5.0.0, Stackage:0.5.0.0 |
Reverse Dependencies | 2 direct, 2 indirect [details] |
Downloads | 2820 total (1 in the last 30 days) |
Rating | 2.25 (votes: 2) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-10-11 [all 1 reports] |