1
0
Fork
You've already forked zig-osc
0
Open Sound Control (OSC) package for zig
  • Zig 100%
2025年08月31日 22:19:22 +02:00
.github refactor: adjust for zig 0.15.1 2025年08月26日 08:55:30 +02:00
src refactor: change signature of format methods to new 0.15.1 api 2025年08月31日 22:19:22 +02:00
vcv feat(examples): add tracker, recorder and playback example 2024年08月15日 11:54:16 +02:00
.gitignore EDIT: upgrade to zig 0.13 2024年06月08日 23:40:55 +02:00
.zigversion refactor: adjust for zig 0.15.1 2025年08月26日 08:55:30 +02:00
build.zig refactor: adjust for zig 0.15.1 2025年08月26日 08:55:30 +02:00
build.zig.zon refactor(zig-network): update upstream to github.com/mochalins/network/tree/writergate_update 2025年08月27日 09:19:51 +02:00
LICENSE docs: add LICENSE 2025年05月20日 22:17:24 +02:00
README.md docs: update README.md 2025年06月08日 13:08:34 +02:00

CI

zig-osc

Open Sound Control package for zig

Features

  • OSC Messages
  • OSC Arguments
    • integer, i32
    • float, f32
    • OSC-string
    • OSC-blob

Examples

zig build run-*example* to run any of the examples

  • zig build run-server example server implementation for receiving OSC messages
  • zig build run-client example client implementation for sending OSC messages
  • zig build run-tracker mini tracker application which sends OSC messages to VCV Rack

Acknowledgements

zig-osc wouldn't be possible without the great work on zig-network, thanks to Felix Queißner (@ikskuh) and all contributors. Please consider a star or sponsorship on the zig-network repository.