Signal division (inlets reversed)
| Name | Type | Opt | Description |
|---|---|---|---|
| initial-divisor | float or int | opt | Sets an initial value by which to divide the signal coming into the left inlet. If a signal is connected to the right inlet, the argument is ignored. If no argument is present, and no signal is connected to the right inlet, the initial value is by default. |
| int | input [int] |
In left inlet: A number by which to divide the signal coming into the right inlet. If a signal is also connected to the left inlet, a or is ignored. In right inlet: The number is divided by the signal coming into the left inlet. If a signal is also connected to the right inlet, a or is ignored. |
| float | input [float] |
In left inlet: A number by which to divide the signal coming into the right inlet. If a signal is also connected to the left inlet, a or is ignored. In right inlet: The number is divided by the signal coming into the left inlet. If a signal is also connected to the right inlet, a or is ignored. |
| signal | In left inlet: The signal is used as the divisor, to be divided into the signal coming into the right inlet, or the constant value received in the right inlet. In right inlet: The signal is divided by a signal coming into the left inlet, or a constant value received in the left inlet. |

| Name | Description |
|---|---|
| *~ | Multiply two signals |