ai:modules:controller:constant
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ai:modules:controller:constant [2018/10/14 11:48] – created icke_siegen | ai:modules:controller:constant [2018/10/15 06:56] (current) – icke_siegen | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Ai Modules | + | Ai Modules |
====== Constant ====== | ====== Constant ====== | ||
+ | ^ section | Controller | | ||
+ | ^ short description | allows to set a value - either static or with a control which can be exposed to the GUI or via Midi/Artnet \\ In order to make the control available via Midi or Artnet right-click th control and select '' | ||
+ | ^ licence level | Anjuna | | ||
+ | ^ ports | Out [numeric/ | ||
+ | ^ skins | HSlider, **Knob**, List, MultiButton, | ||
+ | |||
+ | ==== used in example ==== | ||
+ | |||
+ | {{backlinks> | ||
+ | |||
+ | ===== Manual ===== | ||
+ | > Outputs a user defined numeric value according to the value range and control type selected. The number value is stored internally as a 64-bit floating point number. | ||
+ | > {{: | ||
+ | |||
+ | ===== Skins and their options ===== | ||
+ | |||
+ | ==== Knob ==== | ||
+ | |||
+ | By default, the knob is a standard rotary knob, with a limited range, outputting values from 0 to 1. This can be changed in the control properties ('' | ||
+ | |||
+ | {{: | ||
+ | |||
+ | ==== HSlider ==== | ||
+ | |||
+ | This displays a horizontal slider which can easily be set with the mouse or touchscreen. The default range is from 0 to 1, The slider can be resized, and images for background and slider knob can be selected in the properties menu: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | ==== List ==== | ||
+ | |||
+ | Shows a dropdown list. The size of the list (width and height) can be adjusted. The elements of the list can be defined in the oprions menu. The output is always the 0-based index of the selected item: let the list have the elements A, B, C, D, E, F. If A is selected then the output is 0, with E selected the output is 4. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | ==== MultiButton ==== | ||
+ | |||
+ | Shows a row with 4 interlocking buttons. If one button is pressed, any other previously selected button is released. The output is the 0-based index of the selected button. There are no options for this control (or the menu doesn' | ||
+ | |||
+ | ==== PushButton ==== | ||
+ | |||
+ | Displays a button which can be clicked (mouse/ | ||
+ | |||
+ | {{: | ||
+ | |||
+ | ==== Text ==== | ||
+ | |||
+ | Shows an input field. This can be resized, and the allowed format can be set in the control properties. The default is Float sot that positive and negative decimal numbers are expected. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | ==== ToggleButton ==== | ||
+ | |||
+ | Displays a button which can be clicked (mouse/ | ||
+ | |||
+ | {{: | ||
+ | |||
+ | ==== VSlider ==== | ||
+ | |||
+ | Similar to the HSlider (above), only with the default orientation set to vertical. Displays a vertical slider which can easily be set with the mouse or touchscreen. The default range is from 0 to 1. The slider can be resized, and images for background and slider knob can be selected in the properties menu: | ||
+ | |||
+ | {{: |
ai/modules/controller/constant.1539517739.txt.gz · Last modified: 2018/10/14 11:49 (external edit)