Recherche Google
ModalysConnections > Adhere Connection
page précédentepage suivante

Adhere Connection

Description

Adheres two accesses together, so they have the same speed.

(make-connection 'adhere ... )

Lisp Syntax and Default Values

The 'adhere connection can be created using the following Lisp syntax:

(make-connection 'adhere acc_ref1 acc_ref2 weight)

Parameters

The 'adhere connection takes three arguments:

  • acc_ref1: any access.
  • acc_ref2: any access.
  • weight: (optional) controller weighing the interaction.

The weight controller is optional. If not provided, it defaults to 1.

Discussion

The function (make-connection 'adhere ...) causes two access to have the same speed. The accesses need not have the same position; i.e., if two accesses whose positions differ by five meters are adhered, and one of the accesses is moved, the other will follow by the same amount. Nor do the accesses need to have the same direction. If, for example, a 'trans0 access on a string is adhered to a 'long access on an air column, a change in speed in the string will result in a change in the pressure of the air column by the same amount (in the respective units of each).

Use this connection whenever you want to “glue” two things together; like a string to a violin bridge, a bridge to a violin body, etc...

Options

There are no special options for this connection.

page précédentepage suivante
A propos...©IRCAM 2014Réalisé avec Scenari