Configuration Parameters - LightTribe-art/VirtuFader GitHub Wiki

Welcome to the VirtuFader wiki!

*** Initial vFader parameters from the configuration file ***

vFader Parameters:

  • id: integer: Unique ID of the vFader. Ordering vFaders sequentially is recommend.

  • state: integer: State of the vFader. 0=disabled, 1=enabled

  • displayText0: string: Display text for line 1.

  • displayText1: string: Display text for line 2.

  • displayPercent: (remove?)

  • displayTextMode: integer: Display text update mode. 0=static, 1=Dynamic from OSC source

  • displayTextSrc: string: Dynamic update OSC source.

  • btnSelectState: integer: State of the button. 0=off,1=on,2=blinking

  • btnSelectColorR: integer: Red color value for the Select button. 0-255

  • btnSelectColorG: integer: Green color value for the Select button. 0-255

  • btnSelectColorB: integer: Blue color value for the Select button. 0-255

  • btnSelectOutput: integer: Output number to route inputs. See Outputs.

  • btnSelectAddress: string: Output address to route inputs. See Outputs.

  • btnSelectMin: integer: Minimum value expected by output recipient.

  • btnSelectMax: integer: Maximum value expected by output recipient.

  • btnMuteState: integer: State of the button. 0=off,1=on,2=blinking

  • btnMuteOutput: integer: Output number to route inputs. See Outputs.

  • btnMuteAddress: string: Output address to route inputs. See Outputs.

  • btnMuteMin: integer: Minimum value expected by output recipient.

  • btnMuteMax: integer: Minimum value expected by output recipient.

  • btnMuteType: integer: Type of input. 0=Normal (down=max,up=min),1=Toggle Flip (down=max,down=min),

  • btnSoloState: integer: State of the button. 0=off,1=on,2=blinking

  • btnSoloOutput: integer: Output number to route inputs. See Outputs.

  • btnSoloAddress: string: Output address to route inputs. See Outputs.

  • btnSoloMin: integer: Minimum value expected by output recipient.

  • btnSoloMax: integer: Minimum value expected by output recipient.

  • fdrOutput: integer: Output number to route inputs. See Outputs.

  • fdrAddress: string: Output address to route inputs. See Outputs.

  • fdrMin: integer: Minimum value expected by output recipient.

  • fdrMax: integer: Minimum value expected by output recipient.