avid
December 14th, 2003, 01:20 AM
My CCF does not yet use any sliders, but I can see the need to add some. However, trying to do this by inferring the rules from the posted samples is a bit tricky. So maybe someone could confirm or correct some assumptions and answer a few questions:
Assumption: A slider button must exist within a frame, which constrains its movement.
Assumption: A slider button has an ID tag, which is of the form: SLIDER:<variable name>,A,B,C,D
Assumption: changing the variable (e.g. via Girder feedback) will move the slider.
Question: What is the interpretation of A,B,C&D in the Id tag? Are the ranges defined by the particular variable?
Question: How is the variable's new value sent to the driver - which may be MC, Girder or my own? What is the enoding of the action? Is it driver-dependent?
Question: Is the value that is sent to the driver a position? A percentage? Or is it scaled to be in the variable's range?
Question: Is the value sent as the slider moves, or only when it is released?
Final question: Is this documented somewhere I could have found it?
Thanks
Brian
Assumption: A slider button must exist within a frame, which constrains its movement.
Assumption: A slider button has an ID tag, which is of the form: SLIDER:<variable name>,A,B,C,D
Assumption: changing the variable (e.g. via Girder feedback) will move the slider.
Question: What is the interpretation of A,B,C&D in the Id tag? Are the ranges defined by the particular variable?
Question: How is the variable's new value sent to the driver - which may be MC, Girder or my own? What is the enoding of the action? Is it driver-dependent?
Question: Is the value that is sent to the driver a position? A percentage? Or is it scaled to be in the variable's range?
Question: Is the value sent as the slider moves, or only when it is released?
Final question: Is this documented somewhere I could have found it?
Thanks
Brian