Studio Demos

Pure Data Bridge

TBD roadmap placeholder for Pure Data patches and open-source sound-art installation workflows.

PlannedLocal setup requiredPlannedMixed Control

What this demo proves

This reserves a lower-friction, open-source patching path for artists who use Pd for sound, sensors, control messages, and local installation glue.

Platforms

Pure DataOSCMIDINode.js

Payload types

BooleanFloatStringArrayJSON / object

Channel names

demo.puredata.patchPlanned Pure Data patch channel for open-source sound-art and installation bridge demos.
demo.osc.controlPlanned OSC control channel for bridge and installation workflows.
demo.midi.controlPlanned control channel for MIDI note and CC bridge demos.

Example payload

{
  "enabled": true,
  "brightness": 0.8,
  "scene": "night",
  "tags": [
    "entry",
    "north-wall"
  ]
}

Compatibility notes

Browser JavaScriptNative
Node.jsNative
PythonNative
p5.jsJSON wrapped
ProcessingJSON wrapped
ArduinoJSON wrapped
ESP32 / ESP8266JSON wrapped
Serial bridgeAdapter required
TouchDesignerNot yet supported

Run online

  • TBD: Pure Data is a desktop workflow, so online coverage should be a browser companion viewer or recorded patch walkthrough.

Run locally

  • TBD: build a Pd patch that sends OSC or messages to a local bridge, then publishes and subscribes on demo.puredata.patch.

Expected output

  • A Pure Data patch exchanges control values, triggers, OSC, or MIDI-derived events with Data Network channels in realtime.

Troubleshooting

  • TBD: document Pd flavor/version, externals, OSC routing, local bridge setup, and message-shape conventions.

Source files

demos/puredata/README.md
Reference only
demos/puredata/datanet-bridge.pd
Reference only