hosc-json: Haskell Open Sound Control JSON Serialisation

[ deprecated, library, sound ] [ Propose Tags ]
Deprecated

hosc-json


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.14, 0.15, 0.16
Dependencies aeson (>=0.7), attoparsec, base (>=4 && <5), bifunctors, bytestring, hosc (>=0.15 && <0.16), json, text, unordered-containers, utf8-string, vector [details]
License LicenseRef-GPL
Copyright (c) Rohan Drape, 2013-2014
Author Rohan Drape
Maintainer rd@slavepianos.org
Category Sound
Home page http://rd.slavepianos.org/t/hosc-json
Source repo head: darcs get http://rd.slavepianos.org/sw/hosc-json
Uploaded by RohanDrape at 2014-10-25T22:48:55Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2638 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hosc-json-0.15

[back to package description]
hosc-json
---------

[hosc][hosc] <-> [json][json]

HOSC                        JSON
--------------------------- -----------------------------------
Int32 0                     0
Float 0.0                   0.0
Double 0.1                  0.1
ASCII_String (pack "s")     "s"
Blob (pack [0,1])           {"blob":[0,1]}
TimeStamp 0.0               {"timestamp":0.0}
Midi (MIDI 0 1 2 3)         {"midi":[0,1,2,3]}
Message "/m" [Int32 0]      ["/m",0]
Bundle 0 [Message "/m" []]  ["#bundle",{"timestamp":0.0},["/m"]]

[hosc]: http://rd.slavepianos.org/t/hosc
[json]: http://www.json.org/

© [rd](http://rd.slavepianos.org), 2013-2014, [gpl]

[gpl]: http://gnu.org/copyleft/