JackoAudioOutConnect

JackoAudioOutConnect — Creates an audio connection from Csound to a Jack port.

Description

Plugin opcode in jacko. This opcode is part of the plugin repository and has to be installed separately. The plugin repository can be found here: https://github.com/csound/plugins

In the orchestra header, creates an audio connection from a Jack audio output port inside this instance of Csound to an external Jack audio input port.

Syntax

JackoAudioOutConnect ScsoundPortName, SexternalPortName

Initialization

ScsoundPortName -- The short name ("portname") of the internal Jack audio output port.

SexternalPortName -- The full name ("clientname:portname") of an external Jack audio input port.

Performance

The actual audio must be written with the JackoAudioOut opcode.

Examples

Here is an example of the JackoAudioOutConnect opcode. It uses the file jacko.csd.

See Also

The Jacko Opcodes, JackoInfo, JackoInfo, JackoFreewheel, JackoAudioOutConnect, JackoMidiInConnect, JackoMidiOutConnect, JackoOn, JackoAudioIn, JackoAudioOut, JackoMidiOut, JackoNoteOut, JackoTransport.

Credits

By: Michael Gogins 2010