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

plugsend~

Send audio to another plug-in

Description

Note: plug-in building for hosts other than Ableton Live is no longer supported. For more information to help you make the transition to creating plug-ins in Max for Live, see Max for Live for Pluggo Developers.
The use of the plugsend~ and plugreceive~ objects to pass audio between Max for Live devices is not supported.

The plugsend~ and plugreceive~ objects are used to send audio signals from one pluggo plug-in to another. They are used in the implementation of the PluggoBus feature of many of the plug-ins included with pluggo.

Arguments

Name Type Opt Description
object-name symbol Obligatory. Gives the plugsend~ object a name used for connecting with other plugsend~ and plugreceive~ objects.

Messages

signal The input to the plugsend~ object is mixed with other plugsend~ objects, which can be in the same plug-in or a different plug-in, and is then sent out the signal outlets of any connected plugreceive~ objects.

Information for box attributes common to all objects

Examples

See Also

Name Description
plugreceive~ Receive audio from another plug-in