Get information about a controller using the standard (get-info ... ) function.
(get-info 'value controller_reference dimension)
The (get-info 'value ... ) function requires the following two arguments to get information about an access:
There is only one type of controller-specific data that we can obtain using the standard (get-info ...) function:
An example which gets the value from a one-dimensional controller:
(get-info 'value my-controller 0)
There are no special options for this function.
Modalys Tutorial Example [examples coming soon!]