Reverse output with respect to input
| bang | Equivalent to . | |
| int | Equivalent to . | |
| float | Equivalent to . | |
| list | Equivalent to . | |
| anything | Any input is passed to the corresponding outlet. | |
| clear | inlet-list [list] |
The message with no arguments initializes all inlets. Optional arguments specify by number the inlets to initialize. Inlet numbering starts from 0. When initialized, no output will occur for the inlet's corresponding outlet until new input is received in that inlet. |
| Name | Type | g/s | Description |
|---|---|---|---|
| reverse | int | Reverse mapping flag (default = 1) When the flag is set, reverse mapping is enabled. Otherwise, mapping passes inlet 1 to outlet 1, inlet 2 to outlet 2, etc. | |
| immediate | int | Processing mode (default = 0 (left inlet only)) 0 = output triggered by input to the left inlet only. 1 = input to any inlet is sent out the outlet associated with it immediately. |