GPL-3.0-only licensed by Rohan Drape, Stefan Kersten
Maintained by [email protected]
This version can be pinned in stack with:hosc-0.17@sha256:d9b8fe4187485995ec8292a6389bd17eeef8c80b96e960b886c5ab594c912fd5,1892

Module documentation for 0.17

  • Sound
    • Sound.OSC
      • Sound.OSC.Coding
        • Sound.OSC.Coding.Byte
        • Sound.OSC.Coding.Cast
        • Sound.OSC.Coding.Convert
        • Sound.OSC.Coding.Decode
          • Sound.OSC.Coding.Decode.Base
          • Sound.OSC.Coding.Decode.Binary
        • Sound.OSC.Coding.Encode
          • Sound.OSC.Coding.Encode.Base
          • Sound.OSC.Coding.Encode.Builder
      • Sound.OSC.Core
      • Sound.OSC.Datum
      • Sound.OSC.FD
      • Sound.OSC.Packet
      • Sound.OSC.Time
      • Sound.OSC.Transport
        • Sound.OSC.Transport.FD
          • Sound.OSC.Transport.FD.TCP
          • Sound.OSC.Transport.FD.UDP
        • Sound.OSC.Transport.Monad
      • Sound.OSC.Wait

hosc implements a subset of the Open Sound Control byte protocol, http://opensoundcontrol.org/.

See Sound.OSC.Core or Sound.OSC or Sound.OSC.FD.