media-osc
Installation
SKILL.md
Media OSC
Context: $ARGUMENTS
Hand-roll OSC 1.0/1.1 packets over UDP from the CLI. No dependencies. For real-time control of SuperCollider, TouchDesigner, Max/MSP, Resolume, QLab, Ableton Link, ReaCoder, or any OSC-speaking app.
Quick start
- Send a message: → Step 2 (
send --host 127.0.0.1 --port 7000 /fader/1 --float 0.75) - Dump incoming packets: → Step 3 (
dump --port 7000) - Ping (send then wait briefly): → Step 4 (
ping --host 127.0.0.1 --port 7000 /ping) - Send a bundle with a timetag: → Step 5 (
bundle --host ... --json cues.json)