The Patchbay_

Max/MSP

Visual patching environment; scriptable via the js object, gen~ DSP language, and Node for Max.

LanguageJavaScript / Gen
CategorySynthesis & DSP
LicenseProprietary
PlatformsmacOS Windows
InstallDownload from cycling74.com; 30-day trial, then paid license (bundled with Ableton Live Suite)
First released~1988
MaintainedYes
LinksWebsite

Strengths

Limitations

Best for

Interactive audio/media artists wanting visual patching with embedded scripting.

Minimal example

inlets = 1;
outlets = 1;
function msg_int(n) {
    outlet(0, n * 2);
}

Alternatives to Max/MSP

pyopydubCsoundPure Data

← Back to all tools