textmode.synth.js / TransformDefinition
Interface: TransformDefinition
Definition of a synthesis transform function.
Properties
| Property | Type | Description |
|---|---|---|
description? | string | Optional description for documentation |
glsl | string | GLSL function body (without function signature) |
inputs | TransformInput[] | Input parameters |
name | string | Function name (used in JS API and GLSL) |
type | SynthTransformType | Transform type determining composition behavior |