Open Sound Control package for zig
- OSC Messages
- OSC Arguments
- integer, i32
- float, f32
- 🚧 OSC-string
- OSC-blob
zig build run-*example*
to run any of the examples
zig build run-server
example server implementation for receiving OSC messageszig build run-client
example client implementation for sending OSC messageszig build run-tracker
mini tracker application which sends OSC messages to VCV Rack
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.