Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Extremely minimal OSC implementation

Resources

Stars

9 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages