Define a plug-in's audio outputs
Name | Type | Opt | Description |
---|---|---|---|
output-channel-destination | int | opt | Although the plugout~ object will accept one or two int arguments as a courtesy to Max 4 users who wish to port older plug-ins, output channel specifications are disabled starting with Max 5.1. This behavior is modified when Max for Live is in Preview Mode. |
signal | By convention, a Max for Live gets all its audio from the Live application using the plugin~ object and sends its audio output using the plugout~ object. This audio output is limited to two channels. |
Name | Description |
---|---|
plugin~ | Define a Max for Live device's audio inputs |