Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 580 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 580 Bytes

Extremely minimal OSC implementation.

  • OSC packet parser (for reception)
    • converts packet to object[]
  • OSC packet builder (for sending)
    • provides simple variadic API
  • Only basic types ('i', 'f', 's') without blobs.
  • No bundles.
  • No transport layer (send and receive yourself, however you please).
  • No comments (read the fucking code)

Rationale

My goal was to receive sound spectrum from SuperCollider in Unity. My goal is achieved.