Open Sound Control (OSC) package for zig
- Zig 100%
| .github | refactor: adjust for zig 0.15.1 | |
| src | refactor: change signature of format methods to new 0.15.1 api | |
| vcv | feat(examples): add tracker, recorder and playback example | |
| .gitignore | EDIT: upgrade to zig 0.13 | |
| .zigversion | refactor: adjust for zig 0.15.1 | |
| build.zig | refactor: adjust for zig 0.15.1 | |
| build.zig.zon | refactor(zig-network): update upstream to github.com/mochalins/network/tree/writergate_update | |
| LICENSE | docs: add LICENSE | |
| README.md | docs: update README.md | |
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-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
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.