mc.!-~
Description
The !-~ object functions just like the -~ object, but the inlet order is reversed.
Arguments
initial-subtraction-value [number]
Optional
Sets an initial amount to subtract from the signal coming into the right inlet. If a signal is only connected to the left inlet, that value is subtracted from the given argument. If a signal is connected to both the left and right inlets, the argument is overridden by the signal coming into the right inlet. If no argument is present, the initial value is
by default.Attributes
Common Box Attributes
Multichannel Group Attributes
Messages
int
Arguments
input
[int]
In left inlet: An amount to subtract from the signal coming into the right inlet. If a signal is connected to both left and right inlets, a
In right inlet: Subtracts the signal coming into the left inlet from this value. If a signal is connected to both left and right inlets, a or connected to either inlet will be ignored.
or connected to either inlet will be ignored. In right inlet: Subtracts the signal coming into the left inlet from this value. If a signal is connected to both left and right inlets, a or connected to either inlet will be ignored.
float
Arguments
input
[float]
In left inlet: An amount to subtract from the signal coming into the right inlet. If a signal is connected to both left and right inlets, a
In right inlet: Subtracts the signal coming into the left inlet from this value. If a signal is connected to both left and right inlets, a or connected to either inlet will be ignored.
or connected to either inlet will be ignored. In right inlet: Subtracts the signal coming into the left inlet from this value. If a signal is connected to both left and right inlets, a or connected to either inlet will be ignored.
signal
In left inlet: The signal is subtracted from the signal coming into the right inlet, or a constant value received in the right inlet. All signal inputs to a single inlet are summed. If a signal and number are both sent to the left inlet, the specified operation will be performed with those values.
In right inlet: The signal coming into the left inlet or a constant value received in the left inlet is subtracted from this signal. All signal inputs to a single inlet are summed.
In right inlet: The signal coming into the left inlet or a constant value received in the left inlet is subtracted from this signal. All signal inputs to a single inlet are summed.
Multichannel Group Messages
Output
signal
The difference between the two inputs.
See Also
Name | Description |
---|---|
+~ | |
-~ |