Realtime control of device parameters
Name | Description |
---|---|
Left inlet |
value (signal/float) Gets the value of the device parameter object selected by the right inlet. For valid ranges look at the min and max properties of the DeviceParameter. The value curve is linear to the parameter's GUI control in Live. |
Right inlet |
Gets object id message to select the DeviceParameter object to control. means no object, i.e. the remote stops controlling the DeviceParameter. This is also the initial state. |
float | value [float] |
A floating point number value received in the left inlet will be applied to the selected Live DeviceParameter, if any. Obviously not in realtime. |
int | value [int] |
An integer number value received in the left inlet will be applied to the selected Live DeviceParameter, if any. Not in realtime, though. |
signal | Signal input values received in the left inlet will be applied to the selected Live DeviceParameter, if any, in realtime. | |
id nn | Sets the current object when sent to the right inlet. The message has no effect if the id is no a DeviceParameter. |
Name | Description |
---|---|
Live API Overview | |
Live Object Model | |
live.object | Perform operations on Live objects |
live.observer | Monitor changes in Live objects |
live.path | Navigate to objects in the Live application |