Noise Wave
Generates a smooth noise wave signal from input value
intermediate
Since P00
Input Ports
Input
Input input for Noise Wave.
Output Ports
Output
Noise wave output value
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Seed | Int | 42 | Random seed |
| Frequency | Float | 4.0 | Noise detail scale |
| Amplitude | Float | 1.0 | Peak noise amplitude |
| Offset | Float | 0.0 | Vertical offset |
Overview
Generates a smooth noise wave signal from input value
Inputs and Outputs
Input Ports
- Input
Float: Input input for Noise Wave.
Output Ports
- Output
Float: Noise wave output value
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Seed | Int | 42 | Random seed |
| Frequency | Float | 4.0 | Noise detail scale |
| Amplitude | Float | 1.0 | Peak noise amplitude |
| Offset | Float | 0.0 | Vertical offset |
When to Use
Use Noise Wave when you need this operation to remain explicit, reusable, and easy to tune inside a PixPipeline node graph.
Notes
Connect compatible data types and preview the result while tuning this node. Parameter names and port names follow the PixPipeline UI.