Next: The spin Token
Up: The Available Tokens
Previous: The slider Token
The spin_with_label Token
The spin_with_label token is a graphical entity that
resembles an entry box accompanied by two buttons used to increase
or decrease the value in the entry box. The user can enter both
the actual value directly or can use the spin buttons (thus the
name) to set the value.
This token is used in RTiC-Lab to change the parameter values on
the fly. It is "tied" to a given parameter by a unique zero-based
identifier ID (ID has the range between 0 to number of
updatable parameters minus one).
Its usage in the inputfile is as follows:
spin_with_label 'label',min,max, startvalue,ID
Each of the fields is described in what follows:
- label: A text label - delimetered with single quotes
(') - that will appear in the parameter window and will identify the
given parameter to the user.
- min, max: The minimum and maximum values, respectively,
that the parameter can take.
- startvalue: The starting or initial value that the
parameter will take when RTiC-Lab is first activated.
- ID: A unique identifier (integer) that identifies the
given parameter to the user's controller defined in the file
user_controller.c.
Next: The spin Token
Up: The Available Tokens
Previous: The slider Token
Michael Barabanov
2001-06-19