Generative classics recipe pack
generative_classics_packList canonical generative techniques (feedback tunnel, audio spectrum, etc.) or export them as a portable bundle JSON for TouchDesigner import.
Instructions
Curated technique pack of canonical generative looks (feedback tunnel, audio spectrum, noise landscape, particle galaxy, reaction-diffusion, webcam glitch). list_only=true returns the technique cards plus the list of recipes the active library can satisfy; list_only=false also writes a portable bundle JSON (import_recipe_bundle-compatible) at install_path. Pure Node — no TouchDesigner bridge required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_only | No | When true (default), just list the technique cards + which are available; when false, also emit the portable bundle JSON. | |
| install_path | No | Where to write the bundle JSON when list_only=false. Defaults to 'recipes/generative_classics.pack.json' inside the cwd. | |
| overwrite | No | When list_only=false: overwrite an existing bundle file at install_path. |