@hackage hosc-json0.16
Haskell Open Sound Control JSON Serialisation
Categories
License
LicenseRef-GPL
Maintainer
rd@slavepianos.org
Links
Versions
Deprecated
Dependencies (12)
- aeson >=0.7
- attoparsec
- base >=4.8 && <5
- bifunctors
- bytestring
- hosc >=0.16 && <0.17 Show all…
Dependents (2)
@hackage/hosc-utils, @hackage/acme-everything
hosc-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"]]