vivid-osc: Open Sound Control encode/decode
A small, simple, and well-tested implementation of the Open Sound Control message format.
Example usage:
{-# LANGUAGE OverloadedStrings #-}
import Network.Socket import Network.Socket.ByteString as SB import Vivid.OSC main = do -- Boring Network.Socket setup: (a:_) <- getAddrInfo Nothing (Just "127.0.0.1") (Just "57120") s <- socket (addrFamily a) Datagram defaultProtocol connect s (addrAddress a) -- The interesting part: SB.send s $ encodeOSC $ OSC "/play2" [OSC_S "cps", OSC_I 1, OSC_S "s", OSC_S "bd"]
Versions | 0.3.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 Wed Aug 9 04:29:32 UTC 2017 |
Distributions | LTSHaskell:0.3.0.0, NixOS:0.3.0.0, Stackage:0.3.0.0, openSUSE:0.3.0.0 |
Downloads | 250 total (14 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by rule of succession] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2017-08-09 [all 1 reports] Hackage Matrix CI |
Downloads
- vivid-osc-0.3.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)