Commit graph

7 commits

Author SHA1 Message Date
w1n5t0n
b4d3311b32 feat(playground): add OSC output bridge for external synth control
Browser-side OSCOutput module sends parameter values over WebSocket to
a companion Deno bridge script that converts them to OSC/UDP messages.
Enables controlling SuperCollider, Max/MSP, Pure Data, TouchDesigner,
or any OSC-capable software from the NISPS playground.

- Browser module (js/synth/osc-output.js): WebSocket client with
  auto-reconnect, throttle (~20fps), and dead-zone filtering
- Deno bridge (osc-bridge/bridge.ts): zero-dependency, compiles to
  standalone binaries via deno compile for Linux/macOS/Windows
- Test receiver (osc-bridge/test-receive.ts): terminal dashboard
  showing live OSC parameter values with bar charts
- OSC pill button in floating bar for quick connect/disconnect
- Help modal section with platform-aware download, setup guide,
  and examples for SuperCollider/PD/Max
- GitHub Actions workflow for cross-platform binary builds
- OSC sends in both visual and synth modes
2026-03-25 11:55:58 +02:00
w1n5t0n
d0c42d78b5 bd init: initialize beads issue tracking 2026-03-13 18:57:30 +02:00
Andrea Martelloni
b63f77bb27 Revert "Censored MacOS files"
This reverts commit a21f06760f.
2025-11-12 10:25:30 +00:00
Andrea Martelloni
a21f06760f Censored MacOS files 2025-11-12 10:06:28 +00:00
chriskiefer
defc0dccce v1 2025-06-23 20:21:48 +10:00
Andrea Martelloni
a58239e0cc Added bits from old PicoMEML 2025-04-17 11:41:23 +01:00
Andrea
d693067b61
Initial commit 2025-04-10 14:17:18 +01:00