param~
Examples
Arguments
name [symbol]
A param~ object will receive numerical messages sent to rnbo~ in a format containing the parameter name followed by the message to be sent. Each param~ object within a RNBO patcher must have a unique name.
Messages can also be sent and received using the parameter name once a RNBO patch is exported to an external target. See the RNBO API for guides on target specific syntax.
Inlets
value [number]
Pass values to the output of param~ from within the RNBO patcher.
Outlets
out [signal]
The processed parameter value as a signal, received by either the RNBO subpatcher or by any external RNBO targets
Fixed Attributes
These attributes must be set in the object box and determine the behavior of the object at runtime.
exponent [number] (default: 1)
Using an
will scale the output by a provided exponential degree.id [symbol]
DEPRECATED
maximum [number] (default: 1)
Sets a bounded maximum value for the parameter output. Values sent to param~ that are below the minimum value will not be sent to the output.
minimum [number] (default: 0)
Sets a bounded minimum value for the parameter output. Values sent to param~ that are below the minimum value will not be sent to the output.
name [symbol]
A param~ object will receive numerical messages sent to rnbo~ in a format containing the parameter name followed by the message to be sent. Each param~ object within a RNBO patcher must have a unique name.
Messages can also be sent and received using the parameter name once a RNBO patch is exported to an external target. See the RNBO API for guides on target specific syntax.
Dynamic Attributes
These attributes can be modified in the code during execution using the set object
value [number]
Pass values to the output of param~ from within the RNBO patcher.
See Also
Name | Description |
---|---|
param | Define a parameter that can control RNBO externally |
tonormalized~ | Define signal parameters for RNBO that can be accessed by the target platform. |
fromnormalized~ | Define signal parameters for RNBO that can be accessed by the target platform. |
gen~ | gen~ |
set | set value of attributes and parameters |