A newer version of Max is available. Click here to access the latest version of this document.

out

Message output for a patcher loaded by poly~ or pfft~

Description

out defines a message outlet for a patcher loaded by poly~ or pfft~.

Arguments

None.

Messages

bang Performs the same function as anything.
int output [int]
Performs the same function as anything.
float output [float]
Performs the same function as anything.
list output [list]
Performs the same function as anything.
anything output [list]
Sends anything out the corresponding outlet of the pfft~ or poly~ object in which it is embedded.
comment outlet-description [list]
Defines the comment displayed whenever the mouse is rolled over the outlet which corresponds to the out of the actual poly~ or pfft~ object.

Attributes

Name Type g/s Description
attr_comment symbol Sets the comment displayed whenever the mouse is rolled over the outlet which corresponds to the out of the actual poly~ or pfft~ object.

Information for box attributes common to all objects

Output

(patcher): Any messages received by an out object in a loaded patcher appear at the signal outlet of the poly~ or pfft~ object which corresponds to the number argument of the out object. The signal outputs in a poly~ or pfft~ object are a mix of the outputs of all instances of the patcher's outputs which correspond to that number.

Examples

Message outlets of the poly~ object correspond to the out objects inside the loaded patcher

See Also

Name Description
in Message input for a patcher loaded by poly~ or pfft~
in~ Signal input for a patcher loaded by poly~
Message output for a patcher loaded by poly~ or pfft~
out~ Signal output for a patcher loaded by poly~
pfft~ Spectral processing manager for patchers
poly~ Polyphony/DSP manager for patchers
thispoly~ Control poly~ voice allocation and muting
MSP Tutorial 21: Using the poly~ Object MSP Tutorial 21: Using the poly~ Object