Studio Demos

Max/MSP Bridge

TBD roadmap placeholder for standalone Max/MSP patches, separate from Ableton-specific Max for Live workflows.

PlannedLocal setup requiredPlannedMixed Control

What this demo proves

This keeps a core media-art and performance patching environment visible for OSC, MIDI, sensor, audio-reactive, and installation control flows.

Platforms

Max/MSPNode for MaxOSCMIDI

Payload types

BooleanFloatStringArrayJSON / object

Channel names

demo.maxmsp.patchPlanned Max/MSP patch channel for message, OSC, MIDI, and control-value 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: Max/MSP is a desktop workflow, so online coverage should be a browser companion viewer or recorded patch walkthrough.

Run locally

  • TBD: build a Max patch using Node for Max, JavaScript, OSC, or a custom external to publish and subscribe on demo.maxmsp.patch.

Expected output

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

Troubleshooting

  • TBD: document Max version, Node for Max setup, package installation, transport choice, reconnect behavior, and patcher examples.

Source files

demos/maxmsp/README.md
Reference only
demos/maxmsp/datanet-bridge.maxpat
Reference only