out~
Description
Use the out~ object inside a patcher loaded by the poly~ object to create a patcher signal outlet.
Examples

Signal outlets of the poly~ object correspond to the out~ objects inside the loaded patcher
Arguments
outlet-number [int]
Specifies the signal outlet number in a poly object. The first outlet is 1.
Attributes
attr_comment [symbol]
Comment to be displayed on poly object outlet mouseover
Common Box Attributes
Messages
comment
Arguments
outlet-description
[list]
Sets a comment for display on poly object outlet mouseover
signal
Outputs a signal to a loaded poly object.
Output
(patcher)
Any signals received by an out~ object in a loaded patcher appear at the signal outlet of the poly~ object which corresponds to the number argument of the out~ object. The signal outputs in a poly~ object are a mix of the outputs of all instances of the patcher's outputs which correspond to that number.
See Also
Name | Description |
---|---|
Spectral Processing | Spectral Processing |
Polyphony | Polyphony |
in | |
in~ | |
out | |
poly~ | |
thispoly~ | |
MSP Polyphony Tutorial 1: Using the poly~ Object | MSP Polyphony Tutorial 1: Using the poly~ Object |