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-serverexample server implementation for receiving OSC messageszig build run-clientexample client implementation for sending OSC messageszig build run-trackermini 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.