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

in

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

Description

in defines a message inlet for a patcher loaded by poly~ or pfft~.

Arguments

Name Type Opt Description
inlet-number/positioning (first/leftmost outlet is 1) int Obligatory. Each in object is identified by a unique index number which specifies which message inlet in a poly~ or pfft~ object it corresponds to. The first outlet is 1.

Messages

comment inlet-description [list]
Defines the comment displayed whenever the mouse is rolled over the inlet which corresponds to the in 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 inlet which corresponds to the in of the actual poly~ or pfft~ object.

Information for box attributes common to all objects

Output

message: Each in object in a patcher loaded by the poly~ or pfft~ objects appears as an inlet at the top of the object. Messages received at the first message inlet of the poly~ or pfft~ object are sent to the first in object (i.e., the in 1 object) in the loaded patcher, and so on. The number of total inlets in a poly~ or pfft~ object is determined by whether there are a greater number of in~ or in objects in the loaded patch (e.g., if your loaded poly~ patcher has three in~ objects and only two in objects, the poly~ object will have three inlets, two of which will accept both signals and anything else, and a third inlet which only takes signal input).

Examples

Message inlets of the poly~ object correspond to the in objects inside the loaded patcher

See Also

Name Description
in~ Signal input for a patcher loaded by poly~
inlet Receive messages from outside a patcher
out Message output for a patcher loaded by poly~ or pfft~
out~ Signal output for a patcher loaded by poly~
outlet Send messages out of a patcher
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