Potentiometer Module

Parent

This Potentiometer Module allows for input of a fixed value range and fires a signal with the new value each time the internal counter changes.

Properties

enabled : Bool

Sets wheter to accept input on this encoder or not. True means accept input, false means to igore input

Details
Flags RuntimeSync RuntimeParallel

Display Name

Enabled

max : Int

The maximum value for this potentiometer

Details
Flags RuntimeSync RuntimeParallel

Display Name

Maximum

min : Int

The minimum value for this potentiometer

Details
Flags RuntimeSync RuntimeParallel

Display Name

Minimum

value : Int

The current value of this potentiometer. Setting this will change the internal value.

Details
Flags RuntimeSync RuntimeParallel

Display Name

Value

Functions

setColor (Red : Float, Green : Float, Blue : Float, Emit : Float)

Details

Flags

RuntimeSync RuntimeParallel MemberFunc

Display Name

setColor

Parameters
Name Type Description

Red Red

Float

Green Green

Float

Blue Blue

Float

Emit Emit

Float

Signals

valueChanged (Int Value value)

Signal fired when this potentiometers value changes by user interaction.

Details
Parameters
Name Type Description

Value value

Int

The new value of this potentiometer