JackoAudioIn

JackoAudioIn — Receives an audio signal from 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

Receives an audio signal from a Jack audio input port inside this instance of Csound, which in turn has received the signal from its connected external Jack audio output port.

Syntax

asignal JackoAudioIn ScsoundPortName

Initialization

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

Performance

asignal -- Audio received from the external Jack output port to which ScsoundPortName is connected.

Examples

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

See Also

JackoInfo, JackoInfo, JackoFreewheel, JackoAudioOutConnect, JackoAudioOutConnect, JackoMidiInConnect, JackoMidiOutConnect, JackoOn, JackoAudioOut, JackoMidiOut, JackoNoteOut, JackoTransport.

Credits

By: Michael Gogins 2010