Float Input
Outputs a controllable float value with presets and soft UI range
intermediate
Since P00
Output Ports
Value
Numeric value
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Value | Float | 0.0 | Numeric value to output |
| Range Preset | Enum | `Normalized` | Select a commonly used soft UI range quickly |
| Soft Min | Float | 0.0 | Soft UI minimum used in Custom mode |
| Soft Max | Float | 1.0 | Soft UI maximum used in Custom mode |
| Soft Step | Float | 0.01 | Soft UI step used in Custom mode |
| Hard Min | Float | -10000 | Actual lower bound applied to the output value |
| Hard Max | Float | 10000 | Actual upper bound applied to the output value |
| Snap Step | Float | 0.01 | Snap the output value to the nearest multiple; 0 disables snapping |
Overview
Outputs a controllable float value with presets and soft UI range
Inputs and Outputs
Output Ports
- Value
Float: Numeric value
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Value | Float | 0.0 | Numeric value to output |
| Range Preset | Enum | `Normalized` | Select a commonly used soft UI range quickly |
| Soft Min | Float | 0.0 | Soft UI minimum used in Custom mode |
| Soft Max | Float | 1.0 | Soft UI maximum used in Custom mode |
| Soft Step | Float | 0.01 | Soft UI step used in Custom mode |
| Hard Min | Float | -10000 | Actual lower bound applied to the output value |
| Hard Max | Float | 10000 | Actual upper bound applied to the output value |
| Snap Step | Float | 0.01 | Snap the output value to the nearest multiple; 0 disables snapping |
When to Use
Use Float Input 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.