Int Input
Outputs a controllable integer value with presets and soft UI range
intermediate
Since P00
Output Ports
Value
Value output from Int Input.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Value | Int | 0 | Controls the value setting for Int Input. |
| Range Preset | Enum | `Count` | Select a commonly used soft UI range quickly |
| Soft Min | Int | 1 | Soft UI minimum used in Custom mode |
| Soft Max | Int | 16 | Soft UI maximum used in Custom mode |
| Soft Step | Int | 1 | Soft UI step used in Custom mode |
| Hard Min | Int | -100000 | Actual lower bound applied to the output value |
| Hard Max | Int | 100000 | Actual upper bound applied to the output value |
| Snap Step | Int | 1 | Controls the snap step setting for Int Input. |
Overview
Outputs a controllable integer value with presets and soft UI range
Inputs and Outputs
Output Ports
- Value
Int: Value output from Int Input.
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Value | Int | 0 | Controls the value setting for Int Input. |
| Range Preset | Enum | `Count` | Select a commonly used soft UI range quickly |
| Soft Min | Int | 1 | Soft UI minimum used in Custom mode |
| Soft Max | Int | 16 | Soft UI maximum used in Custom mode |
| Soft Step | Int | 1 | Soft UI step used in Custom mode |
| Hard Min | Int | -100000 | Actual lower bound applied to the output value |
| Hard Max | Int | 100000 | Actual upper bound applied to the output value |
| Snap Step | Int | 1 | Controls the snap step setting for Int Input. |
When to Use
Use Int 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.