Create macro control
create_macroCreate a macro knob that controls multiple parameters at once by remapping its 0–1 range to custom min-max values per target, with optional response curves for fine-tuned control.
Instructions
Add one macro knob (a 0–1 custom parameter) to a COMP that drives many parameters at once, each remapped into its own [min,max] range with an optional response curve — a one-to-many control for sweeping a whole look from a single fader. Targets are bound by expression so they track the macro live.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Macro control name, e.g. 'Energy' or 'Intensity'. | |
| default | No | Initial macro value (0–1). | |
| targets | Yes | Parameters this macro drives, each remapped from the macro's 0–1 into [min,max]. | |
| comp_path | No | COMP that will hold the macro knob (usually a control-panel container). | /project1 |