JackoAudioOutConnect
JackoAudioOutConnect —
Creates an audio connection from Csound to a Jack port.
|
Note |
plugin: Requires jacko plugin |
Description
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