Skip to content

Patch

Warning

This documentation is a work-in-progress and may have sections that are missing or incomplete.

A Patch represents a connected group of Nodes, analogous to a synthesizer. Defining patches makes it easy to create higher-level structures, which can then be reused and instantiated with a single line of code, in much the same way as a Node.

Behind the scenes, the structure of a Patch is encapsulated by a PatchSpec, a template which can be instantiated or serialised to a JSON file for later use.


→ Next: Defining a Patch


Last update: 2023-11-06
Created: 2021-06-08