Speed Connection
Description
Specifies (sets) the speed of an access over time.
Syntax and Default Values
The Speed connection can be created using the following Mlys (Max), mlys.lua, or Lisp syntax:
In Modalys for Max, this object is named mlys.speed:
TODO
TODO
(make-connection 'speed
access_reference
speed_controller
weight)
Parameters
The 'speed connection takes three arguments:
- access_reference: any access.
- speed_controller: a one-dimensional controller outputting a value for speed in m/sec.
- weight: (optional) controller weighing the interaction.
The speed controller a one-dimensional controller which outputs a value for speed. The value is expressed in m/sec. The direction of the speed is determined by the sign of the output value (i.e., a positive number will move the access in its positive direction, and a negative number will give the access speed in the opposite direction).
The weight controller is optional. If not provided, it defaults to 1.
Discussion
Along with 'position and 'force, the 'speed connection is one of the most basic connections in Modalys.
Options
There are no special options for this connection.
★