getBeforeORT <controller>
Gets the Out-of-Range type (ORT) for the controller for the time before the first key. Returns one of the symbolic values:
#constant
#cycle
#loop
#pingPong
#linear
#relativeRepeat
getAfterORT <controller>
Gets the Out-of-Range (ORT) type for the controller for the time after the last key. Returns one of the symbolic values as for getBeforeORT() shown above.
setBeforeORT <controller> <ORT-type>
Sets the Out-of-Range (ORT) type for the controller for the time before the first key. The <ORT-type> must be one of the symbolic values:
#constant
#cycle
#loop
#pingPong
#linear
#relativeRepeat
setAfterORT <controller> <ORT-type>
Sets the Out-of-Range (ORT) type for the controller for the time after the last key. The <ORT-type> must be one of the symbolic values shown in setBeforeORT() above.
enableORTs <controller> <boolean>
Enables or disables the Out-of-Range processing for the controller. If set to disabled with false, the controller effectively employs a constant ORT.