hydra_transport
Control the global clock and canvas size in live Hydra coding. Adjust speed, BPM, or width/height independently to change motion, tempo, and render resolution.
Instructions
Set the global clock and canvas size. Pass only what you want to change.
speed multiplies time for everything (1 is normal, 0 freezes motion; 0–20).
bpm the tempo arrays step to: [1, 2, 3].fast(1) changes value once per beat.
width, height render resolution, set together (16–4096). Larger costs fps, and
video out sends this size.
This changes the whole piece, human-written blocks included — say so if someone is playing along.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bpm | No | ||
| speed | No | ||
| width | No | ||
| height | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |